Home
last modified time | relevance | path

Searched refs:pci_intr_alloc (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/sys/arch/sandpoint/include/
H A Dpci_machdep.h91 int pci_intr_alloc(const struct pci_attach_args *,
/netbsd-src/sys/arch/x86/include/
H A Dpci_machdep_common.h139 int pci_intr_alloc(const struct pci_attach_args *,
/netbsd-src/sys/dev/pci/
H A Dpci_stub.c71 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, in pci_intr_alloc() function
H A Drtsx_pci.c154 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) { in rtsx_pci_attach()
H A Dif_eqos_pci.c179 if (pci_intr_alloc(pa, &psc->sc_intrs, counts, PCI_INTR_TYPE_MSI) != 0) in eqos_pci_attach()
H A Duhci_pci.c131 if (pci_intr_alloc(pa, &ih, NULL, 0) != 0) { in uhci_pci_attach()
H A Dpcivar.h417 int pci_intr_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
H A Dif_re_pci.c291 if (pci_intr_alloc(pa, &psc->sc_pihp, NULL, 0)) { in re_pci_attach()
H A Dsiisata_pci.c235 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, max_type) != 0) { in siisata_pci_attach()
H A Dhdaudio_pci.c166 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) { in hdaudio_pci_attach()
H A Dxhci_pci.c226 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) { in xhci_pci_attach()
H A Dciss_pci.c251 if (pci_intr_alloc(pa, &ih, counts, max_type)) { in ciss_pci_attach()
H A Dnvme_pci.c468 error = pci_intr_alloc(pa, &ihps, counts, PCI_INTR_TYPE_MSIX); in nvme_pci_setup_intr()
H A Dehci_pci.c192 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) != 0) { in ehci_pci_attach()
H A Dahcisata_pci.c418 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) { in ahci_pci_attach()
H A Dppb.c271 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) == 0) in ppbattach()
H A Dichsmb.c225 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) == 0) { in ichsmb_attach()
H A Dismt.c733 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) { in ismt_attach()
H A Dvirtio_pci.c1171 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 Dpci_machdep.h102 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 Dpci_machdep.h196 int pci_intr_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
/netbsd-src/sys/arch/arm/pci/
H A Dpci_msi_machdep.c203 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 Dpci_machdep.c507 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 Dpci_intr_machdep.c516 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 DMakefile644 pci_msi.9 pci_intr_alloc.9 \

12