Symbol: pci_intr_alloc
sys/arch/arm/include/pci_machdep.h
196
int pci_intr_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
sys/arch/powerpc/include/pci_machdep.h
102
int pci_intr_alloc(const struct pci_attach_args *,
sys/arch/riscv/include/pci_machdep.h
227
int pci_intr_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
sys/arch/sandpoint/include/pci_machdep.h
91
int pci_intr_alloc(const struct pci_attach_args *,
sys/arch/x86/include/pci_machdep_common.h
139
int pci_intr_alloc(const struct pci_attach_args *,
sys/dev/pci/ahcisata_pci.c
430
if (pci_intr_alloc(pa, &psc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) {
sys/dev/pci/ciss_pci.c
251
if (pci_intr_alloc(pa, &ih, counts, max_type)) {
sys/dev/pci/ehci_pci.c
193
if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) != 0) {
sys/dev/pci/hdaudio_pci.c
166
if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
sys/dev/pci/ichsmb.c
225
if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) == 0) {
sys/dev/pci/if_aq.c
2259
error = pci_intr_alloc(pa, &sc->sc_intrs, counts, inttype);
sys/dev/pci/if_bge.c
3636
if (pci_intr_alloc(pa, &sc->bge_pihp, counts, max_type) != 0) {
sys/dev/pci/if_bnx.c
634
if (pci_intr_alloc(pa, &sc->bnx_ih, counts, PCI_INTR_TYPE_INTX)) {
sys/dev/pci/if_bwfm_pci.c
442
if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) != 0) {
sys/dev/pci/if_ena.c
1937
if (pci_intr_alloc(&adapter->sc_pa, &adapter->sc_intrs, counts,
sys/dev/pci/if_eqos_pci.c
179
if (pci_intr_alloc(pa, &psc->sc_intrs, counts, PCI_INTR_TYPE_MSI) != 0)
sys/dev/pci/if_iavf.c
1771
error = pci_intr_alloc(pa, &sc->sc_ihp, counts, PCI_INTR_TYPE_MSIX);
sys/dev/pci/if_iwm.c
8984
err = pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0);
sys/dev/pci/if_iwn.c
481
error = pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0);
sys/dev/pci/if_ixl.c
5979
error = pci_intr_alloc(pa, &sc->sc_ihp, counts, max_type);
sys/dev/pci/if_mcx.c
2912
if (pci_intr_alloc(pa, &sc->sc_intrs, counts, PCI_INTR_TYPE_MSIX) != 0) {
sys/dev/pci/if_msk.c
1536
if (pci_intr_alloc(pa, &sc->sk_pihp, NULL, 0)) {
sys/dev/pci/if_re_pci.c
294
if (pci_intr_alloc(pa, &psc->sc_pihp, NULL, 0)) {
sys/dev/pci/if_rge.c
256
if (pci_intr_alloc(pa, &sc->sc_intrs, counts, max_type) != 0) {
sys/dev/pci/if_rtwn.c
251
if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
sys/dev/pci/if_wm.c
2235
if (pci_intr_alloc(pa, &sc->sc_intrs, counts, max_type) != 0) {
sys/dev/pci/if_wpi.c
269
if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
sys/dev/pci/ismt.c
733
if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
sys/dev/pci/ixgbe/ixgbe.c
6770
if (pci_intr_alloc(pa, &sc->osdep.intrs, counts, max_type) != 0) {
sys/dev/pci/mfii.c
761
if (pci_intr_alloc(pa, &ihp, NULL, 0)) {
sys/dev/pci/mpii.c
509
if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
sys/dev/pci/nvme_pci.c
468
error = pci_intr_alloc(pa, &ihps, counts, PCI_INTR_TYPE_MSIX);
sys/dev/pci/pcivar.h
417
int pci_intr_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
sys/dev/pci/ppb.c
271
if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) == 0)
sys/dev/pci/pvscsi.c
1582
if (pci_intr_alloc(pa, &sc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) {
sys/dev/pci/rtsx_pci.c
154
if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
sys/dev/pci/siisata_pci.c
235
if (pci_intr_alloc(pa, &psc->sc_pihp, counts, max_type) != 0) {
sys/dev/pci/uhci_pci.c
131
if (pci_intr_alloc(pa, &ih, NULL, 0) != 0) {
sys/dev/pci/virtio_pci.c
1174
error = pci_intr_alloc(&psc->sc_pa, &psc->sc_ihp, counts, max_type);
sys/dev/pci/xhci_pci.c
226
if (pci_intr_alloc(pa, &psc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) {
sys/dev/pci/xmm7360.c
2213
if (pci_intr_alloc(pa, &ih, NULL, 0)) {