/netbsd-src/sys/arch/sandpoint/include/ |
H A D | pci_machdep.h | 91 int pci_intr_alloc(const struct pci_attach_args *,
|
/netbsd-src/sys/arch/x86/include/ |
H A D | pci_machdep_common.h | 139 int pci_intr_alloc(const struct pci_attach_args *,
|
/netbsd-src/sys/dev/pci/ |
H A D | pci_stub.c | 71 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_intr_alloc() function
|
H A D | rtsx_pci.c | 154 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) { in rtsx_pci_attach()
|
H A D | if_eqos_pci.c | 179 if (pci_intr_alloc(pa, &psc->sc_intrs, counts, PCI_INTR_TYPE_MSI) != 0) in eqos_pci_attach()
|
H A D | uhci_pci.c | 131 if (pci_intr_alloc(pa, &ih, NULL, 0) != 0) { in uhci_pci_attach()
|
H A D | pcivar.h | 417 int pci_intr_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
|
H A D | if_re_pci.c | 291 if (pci_intr_alloc(pa, &psc->sc_pihp, NULL, 0)) { in re_pci_attach()
|
H A D | siisata_pci.c | 235 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, max_type) != 0) { in siisata_pci_attach()
|
H A D | hdaudio_pci.c | 166 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) { in hdaudio_pci_attach()
|
H A D | xhci_pci.c | 226 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) { in xhci_pci_attach()
|
H A D | ciss_pci.c | 251 if (pci_intr_alloc(pa, &ih, counts, max_type)) { in ciss_pci_attach()
|
H A D | nvme_pci.c | 468 error = pci_intr_alloc(pa, &ihps, counts, PCI_INTR_TYPE_MSIX); in nvme_pci_setup_intr()
|
H A D | ehci_pci.c | 192 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) != 0) { in ehci_pci_attach()
|
H A D | ahcisata_pci.c | 418 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) { in ahci_pci_attach()
|
H A D | ppb.c | 271 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) == 0) in ppbattach()
|
H A D | ichsmb.c | 225 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) == 0) { in ichsmb_attach()
|
H A D | ismt.c | 733 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) { in ismt_attach()
|
H A D | virtio_pci.c | 1171 error = pci_intr_alloc(&psc->sc_pa, &psc->sc_ihp, counts, max_type); in virtio_pci_alloc_interrupts()
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | pci_machdep.h | 102 int pci_intr_alloc(const struct pci_attach_args *, 294 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_intr_alloc() function
|
/netbsd-src/sys/arch/arm/include/ |
H A D | pci_machdep.h | 196 int pci_intr_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
|
/netbsd-src/sys/arch/arm/pci/ |
H A D | pci_msi_machdep.c | 203 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int *counts, pci_intr_ty… in pci_intr_alloc() function
|
/netbsd-src/sys/arch/sandpoint/pci/ |
H A D | pci_machdep.c | 507 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_intr_alloc() function
|
/netbsd-src/sys/arch/x86/pci/ |
H A D | pci_intr_machdep.c | 516 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_intr_alloc() function
|
/netbsd-src/share/man/man9/ |
H A D | Makefile | 644 pci_msi.9 pci_intr_alloc.9 \
|