HomeSort by: relevance | last modified time | path
    Searched refs:pci_msix_alloc_exact (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/sandpoint/include/
pci_machdep.h 106 int pci_msix_alloc_exact(const struct pci_attach_args *,
  /src/sys/arch/x86/include/
pci_machdep_common.h 162 int pci_msix_alloc_exact(const struct pci_attach_args *,
  /src/sys/dev/pci/
pci_stub.c 131 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
pcivar.h 427 int pci_msix_alloc_exact(const struct pci_attach_args *,
if_vmx.c 801 if (pci_msix_alloc_exact(pa, &sc->vmx_intrs, required) == 0) {
if_aq.c 2228 error = pci_msix_alloc_exact(pa, &sc->sc_intrs, nintr);
  /src/sys/arch/arm/pci/
pci_msi_machdep.c 173 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int count) function in typeref:typename:int
234 if (msix_count > 0 && (error = pci_msix_alloc_exact(pa, ihps, msix_count)) == 0) {
  /src/sys/arch/powerpc/include/
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, function in typeref:typename:__pci_inline int
  /src/sys/arch/arm/include/
pci_machdep.h 206 int pci_msix_alloc_exact(const struct pci_attach_args *,
  /src/sys/arch/riscv/include/
pci_machdep.h 237 int pci_msix_alloc_exact(const struct pci_attach_args *,
  /src/sys/arch/sandpoint/pci/
pci_machdep.c 566 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
  /src/sys/arch/x86/pci/
pci_intr_machdep.c 480 * and pci_msix_alloc_exact().
551 error = pci_msix_alloc_exact(pa, ihps, msix_count);
pci_msi_machdep.c 612 pci_msix_alloc_exact(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, function in typeref:typename:int
  /src/sys/arch/powerpc/booke/pci/
pq3pci.c 1636 error = pci_msix_alloc_exact(pa, ihps, cnt[PCI_INTR_TYPE_MSIX]);
  /src/share/man/man9/
Makefile 662 pci_msi.9 pci_msix_alloc_exact.9 \
  /src/sys/dev/pci/ixgbe/
ixv.c 3381 if (pci_msix_alloc_exact(pa, &sc->osdep.intrs,
ixgbe.c 6900 if (pci_msix_alloc_exact(pa, &sc->osdep.intrs,
  /src/sys/dev/pci/igc/
if_igc.c 606 error = pci_msix_alloc_exact(pa, &sc->sc_intrs, sc->sc_nintrs);

Completed in 35 milliseconds