Searched defs:msi_attrib (Results 1 – 2 of 2) sorted by relevance
98 struct msi_attrib { struct99 __u8 type; /* {0: unused, 5h:MSI, 11h:MSI-X} */100 __u8 pos; /* Location of the MSI capability */101 __u8 maskbit : 1; /* mask/pending bit supported ? */102 __u8 is_64 : 1; /* Address size: 0=32bit 1=64bit */103 __u8 host_masked : 1;104 __u8 guest_masked : 1;105 __u16 entry_nr; /* specific enabled entry */106 } msi_attrib; member
47 struct msi_attrib struct49 u8 type : 5; /* {0: unused, 5h:MSI, 11h:MSI-X} */50 u8 maskbit : 1; /* mask-pending bit supported ? */51 u8 masked : 1;52 u8 is_64 : 1; /* Address size: 0=32bit 1=64bit */53 u8 pos; /* Location of the msi capability */54 u16 entry_nr; /* specific enabled entry */55 } msi_attrib; member
Completed in 6 milliseconds