Home
last modified time | relevance | path

Searched refs:PCI_MSI_FLAGS_ENABLE (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/pci/
Dvfio_pci.rs103 const PCI_MSI_FLAGS_ENABLE: u16 = 0x0001; // MSI feature enabled constant
227 self.ctl & PCI_MSI_FLAGS_ENABLE == PCI_MSI_FLAGS_ENABLE in is_msi_enabled()
/external/kernel-headers/original/uapi/linux/
Dpci_regs.h307 #define PCI_MSI_FLAGS_ENABLE 0x0001 /* MSI feature enabled */ macro