pcib_alloc_msix
DEVMETHOD(pcib_alloc_msix, nexus_fdt_pcib_alloc_msix),
DEVMETHOD(pcib_alloc_msix, thunder_pem_alloc_msix),
DEVMETHOD(pcib_alloc_msix, thunder_pem_fdt_alloc_msix),
DEVMETHOD(pcib_alloc_msix, rk_pcie_alloc_msix),
DEVMETHOD(pcib_alloc_msix, acpi_syscont_alloc_msix),
DEVMETHOD(pcib_alloc_msix, acpi_pcib_alloc_msix),
DEVMETHOD(pcib_alloc_msix, simplebus_pcib_alloc_msix),
DEVMETHOD(pcib_alloc_msix, vmbus_pcib_alloc_msix),
DEVMETHOD(pcib_alloc_msix, vmbus_alloc_msix),
DEVMETHOD(pcib_alloc_msix, pci_dw_alloc_msix),
DEVMETHOD(pcib_alloc_msix, generic_pcie_acpi_alloc_msix),
DEVMETHOD(pcib_alloc_msix, generic_pcie_fdt_alloc_msix),
DEVMETHOD(pcib_alloc_msix, pcib_alloc_msix),
int pcib_alloc_msix(device_t pcib, device_t dev, int *irq);
DEVMETHOD(pcib_alloc_msix, vmd_alloc_msix),
DEVMETHOD(pcib_alloc_msix, fsl_pcib_alloc_msix),
DEVMETHOD(pcib_alloc_msix, cpcht_alloc_msix),
DEVMETHOD(pcib_alloc_msix, opalpci_alloc_msix),
DEVMETHOD(pcib_alloc_msix, jh7110_pcie_alloc_msix),
DEVMETHOD(pcib_alloc_msix, legacy_pcib_alloc_msix),
DEVMETHOD(pcib_alloc_msix, legacy_pcib_alloc_msix),
DEVMETHOD(pcib_alloc_msix, legacy_pcib_alloc_msix),
DEVMETHOD(pcib_alloc_msix, nexus_alloc_msix),