Searched refs:legacy_pcib_alloc_msix (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/x86/include/ |
H A D | legacyvar.h | 71 int legacy_pcib_alloc_msix(device_t pcib, device_t dev, int *irq);
|
/freebsd/sys/x86/x86/ |
H A D | mptable_pci.c | 175 DEVMETHOD(pcib_alloc_msix, legacy_pcib_alloc_msix),
|
/freebsd/sys/x86/pci/ |
H A D | pci_bus.c | 107 legacy_pcib_alloc_msix(device_t pcib, device_t dev, int *irq) in legacy_pcib_alloc_msix() function 670 DEVMETHOD(pcib_alloc_msix, legacy_pcib_alloc_msix),
|
H A D | qpi.c | 297 DEVMETHOD(pcib_alloc_msix, legacy_pcib_alloc_msix),
|