Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h238 #define PCI_IRQ_MSIX 0x04 macro
239 #define PCI_IRQ_ALL_TYPES (PCI_IRQ_MSIX|PCI_IRQ_MSI|PCI_IRQ_INTX)
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1285 if (flags & PCI_IRQ_MSIX) { in pci_alloc_irq_vectors()