Searched refs:pci_intx_alloc (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | pci_stub.c | 78 return pci_intx_alloc(pa, ihps); in pci_intr_alloc() 89 pci_intx_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihp) in pci_intx_alloc() function
|
H A D | pcivar.h | 420 int pci_intx_alloc(const struct pci_attach_args *, pci_intr_handle_t **);
|
H A D | if_vmx.c | 833 if (pci_intx_alloc(sc->vmx_pa, &sc->vmx_intrs) == 0) { in vmxnet3_alloc_legacy_interrupts()
|
/netbsd-src/sys/arch/arm/pci/ |
H A D | pci_msi_machdep.c | 185 pci_intx_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihp) in pci_intx_alloc() function 248 if (intx_count > 0 && (error = pci_intx_alloc(pa, ihps)) == 0) { in pci_intr_alloc()
|
/netbsd-src/sys/arch/sandpoint/include/ |
H A D | pci_machdep.h | 94 int pci_intx_alloc(const struct pci_attach_args *,
|
/netbsd-src/sys/arch/sandpoint/pci/ |
H A D | pci_machdep.c | 514 return pci_intx_alloc(pa, ihps); in pci_intr_alloc() 525 pci_intx_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihpp) in pci_intx_alloc() function
|
/netbsd-src/sys/arch/x86/include/ |
H A D | pci_machdep_common.h | 150 int pci_intx_alloc(const struct pci_attach_args *,
|
/netbsd-src/sys/arch/x86/pci/ |
H A D | pci_intr_machdep.c | 439 pci_intx_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **pih) in pci_intx_alloc() function 573 error = pci_intx_alloc(pa, ihps); in pci_intr_alloc()
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | pci_machdep.h | 105 int pci_intx_alloc(const struct pci_attach_args *, 308 pci_intx_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps) in pci_intx_alloc() function
|
/netbsd-src/sys/external/bsd/drm2/pci/ |
H A D | drm_pci.c | 184 if (pci_intx_alloc(pa, &irq_cookie->intr_handles)) { in drm_pci_request_irq()
|
/netbsd-src/sys/arch/arm/include/ |
H A D | pci_machdep.h | 199 int pci_intx_alloc(const struct pci_attach_args *, pci_intr_handle_t **);
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci/ |
H A D | nouveau_nvkm_subdev_pci_base.c | 147 if ((ret = pci_intx_alloc(pa, &pci->pci_ihp))) { in nvkm_pci_oneinit()
|
/netbsd-src/share/man/man9/ |
H A D | Makefile | 647 pci_msi.9 pci_intx_alloc.9 \
|
/netbsd-src/sys/arch/powerpc/booke/pci/ |
H A D | pq3pci.c | 1661 error = pci_intx_alloc(pa, ihps); in pq3pci_intr_alloc()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_irq.c | 4100 if ((ret = -pci_intx_alloc(pa, &dev_priv->pci_ihp))) { in intel_irq_install()
|
/netbsd-src/sys/dev/pci/igc/ |
H A D | if_igc.c | 630 error = pci_intx_alloc(pa, &sc->sc_intrs); in igc_allocate_interrupts()
|