/src/sys/arch/sandpoint/include/ |
pci_machdep.h | 108 int pci_msix_alloc_map(const struct pci_attach_args *,
|
/src/sys/arch/x86/include/ |
pci_machdep_common.h | 164 int pci_msix_alloc_map(const struct pci_attach_args *,
|
/src/sys/dev/pci/ |
pci_stub.c | 139 pci_msix_alloc_map(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
|
pcivar.h | 429 int pci_msix_alloc_map(const struct pci_attach_args *, pci_intr_handle_t **,
|
/src/sys/arch/powerpc/include/ |
pci_machdep.h | 119 int pci_msix_alloc_map(const struct pci_attach_args *, 365 pci_msix_alloc_map(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:__pci_inline int
|
/src/sys/arch/arm/include/ |
pci_machdep.h | 208 int pci_msix_alloc_map(const struct pci_attach_args *, pci_intr_handle_t **,
|
/src/sys/arch/arm/pci/ |
pci_msi_machdep.c | 179 pci_msix_alloc_map(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, u_int *table_indexes, int count) function in typeref:typename:int
|
/src/sys/arch/riscv/include/ |
pci_machdep.h | 239 int pci_msix_alloc_map(const struct pci_attach_args *, pci_intr_handle_t **,
|
/src/sys/arch/sandpoint/pci/ |
pci_machdep.c | 574 pci_msix_alloc_map(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
|
/src/sys/arch/x86/pci/ |
pci_msi_machdep.c | 646 pci_msix_alloc_map(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
|
/src/share/man/man9/ |
Makefile | 663 pci_msi.9 pci_msix_alloc_map.9 \
|
/src/sys/dev/pci/qat/ |
qat.c | 491 /* MSI-X table will be mapped by pci_msix_alloc_map */ 740 error = pci_msix_alloc_map(pa, &sc->sc_ih, ih_map, count);
|