Searched refs:PCI_MSI_FLAGS_ENABLE (Results 1 – 2 of 2) sorted by relevance
103 const PCI_MSI_FLAGS_ENABLE: u16 = 0x0001; // MSI feature enabled constant227 self.ctl & PCI_MSI_FLAGS_ENABLE == PCI_MSI_FLAGS_ENABLE in is_msi_enabled()
307 #define PCI_MSI_FLAGS_ENABLE 0x0001 /* MSI feature enabled */ macro