/netbsd-src/sys/arch/arm/pci/ |
H A D | pci_msi_machdep.c | 173 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int count) in pci_msix_alloc_exact() function 234 if (msix_count > 0 && (error = pci_msix_alloc_exact(pa, ihps, msix_count)) == 0) { in pci_intr_alloc()
|
/netbsd-src/sys/arch/sandpoint/include/ |
H A D | pci_machdep.h | 106 int pci_msix_alloc_exact(const struct pci_attach_args *,
|
/netbsd-src/sys/arch/x86/include/ |
H A D | pci_machdep_common.h | 162 int pci_msix_alloc_exact(const struct pci_attach_args *,
|
/netbsd-src/sys/dev/pci/ |
H A D | pci_stub.c | 131 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc_exact() function
|
H A D | pcivar.h | 427 int pci_msix_alloc_exact(const struct pci_attach_args *,
|
H A D | if_vmx.c | 801 if (pci_msix_alloc_exact(pa, &sc->vmx_intrs, required) == 0) { in vmxnet3_alloc_msix_interrupts()
|
H A D | if_aq.c | 2228 error = pci_msix_alloc_exact(pa, &sc->sc_intrs, nintr); in aq_setup_msix()
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | pci_machdep.h | 117 int pci_msix_alloc_exact(const struct pci_attach_args *, 357 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc_exact() function
|
/netbsd-src/sys/arch/arm/include/ |
H A D | pci_machdep.h | 206 int pci_msix_alloc_exact(const struct pci_attach_args *,
|
/netbsd-src/sys/arch/sandpoint/pci/ |
H A D | pci_machdep.c | 566 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc_exact() function
|
/netbsd-src/sys/arch/x86/pci/ |
H A D | pci_intr_machdep.c | 551 error = pci_msix_alloc_exact(pa, ihps, msix_count); in pci_intr_alloc()
|
H A D | pci_msi_machdep.c | 612 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_msix_alloc_exact() function
|
/netbsd-src/share/man/man9/ |
H A D | Makefile | 657 pci_msi.9 pci_msix_alloc_exact.9 \
|
/netbsd-src/sys/arch/powerpc/booke/pci/ |
H A D | pq3pci.c | 1636 error = pci_msix_alloc_exact(pa, ihps, cnt[PCI_INTR_TYPE_MSIX]); in pq3pci_intr_alloc()
|
/netbsd-src/sys/dev/pci/ixgbe/ |
H A D | ixv.c | 3381 if (pci_msix_alloc_exact(pa, &sc->osdep.intrs, in ixv_allocate_msix()
|
H A D | ixgbe.c | 6900 if (pci_msix_alloc_exact(pa, &sc->osdep.intrs, in ixgbe_allocate_msix()
|
/netbsd-src/sys/dev/pci/igc/ |
H A D | if_igc.c | 608 error = pci_msix_alloc_exact(pa, &sc->sc_intrs, sc->sc_nintrs); in igc_allocate_interrupts()
|