Searched refs:pc_msix_alloc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/powerpc/include/ |
H A D | pci_machdep.h | 173 int (*pc_msix_alloc)(const struct pci_attach_args *, member 353 return (*pc->pc_msix_alloc)(pa, ihps, NULL, count, false); in pci_msix_alloc() 361 return (*pc->pc_msix_alloc)(pa, ihps, NULL, &count, true); in pci_msix_alloc_exact() 369 return (*pc->pc_msix_alloc)(pa, ihps, table_indexes, &count, true); in pci_msix_alloc_map() 409 .pc_msix_alloc = genppc_pci_msix_alloc
|
/netbsd-src/sys/arch/powerpc/pci/ |
H A D | pci_machdep_common.c | 298 pc->pc_msix_alloc = genppc_pci_msix_alloc; in genppc_pci_chipset_msix_init()
|
/netbsd-src/sys/arch/arm/include/ |
H A D | pci_machdep.h | 129 int (*pc_msix_alloc)(const struct pci_attach_args *, member
|