/src/sys/dev/pci/ |
virtio_pci.c | 110 pci_intr_handle_t *sc_ihp; member in struct:virtio_pci_softc 982 pci_intr_setattr(pc, &psc->sc_ihp[idx], PCI_INTR_MPSAFE, true); 987 psc->sc_ihs[idx] = pci_intr_establish_xname(pc, psc->sc_ihp[idx], 1005 pci_intr_setattr(pc, &psc->sc_ihp[n], 1010 psc->sc_ihp[n], sc->sc_ipl, 1020 pci_intr_setattr(pc, &psc->sc_ihp[idx], 1027 psc->sc_ihp[idx], sc->sc_ipl, 1037 intrstr = pci_intr_string(pc, psc->sc_ihp[idx], intrbuf, 1051 intrstr = pci_intr_string(pc, psc->sc_ihp[n], 1072 intrstr = pci_intr_string(pc, psc->sc_ihp[idx], intrbuf [all...] |
if_iavf.c | 359 pci_intr_handle_t *sc_ihp; member in struct:iavf_softc 1771 error = pci_intr_alloc(pa, &sc->sc_ihp, counts, PCI_INTR_TYPE_MSIX); 1777 KASSERT(pci_intr_type(pa->pa_pc, sc->sc_ihp[0]) == PCI_INTR_TYPE_MSIX); 1797 pci_intr_setattr(pa->pa_pc, &sc->sc_ihp[vector], PCI_INTR_MPSAFE, true); 1798 intrstr = pci_intr_string(pa->pa_pc, sc->sc_ihp[vector], 1804 sc->sc_ihp[vector], IPL_NET, iavf_intr, sc, xnamebuf); 1815 pci_intr_setattr(pa->pa_pc, &sc->sc_ihp[vector], 1817 intrstr = pci_intr_string(pa->pa_pc, sc->sc_ihp[vector], 1823 sc->sc_ihp[vector], IPL_NET, iavf_queue_intr, 1853 intrstr = pci_intr_string(pa->pa_pc, sc->sc_ihp[vector] [all...] |
if_ixl.c | 609 pci_intr_handle_t *sc_ihp; member in struct:ixl_softc 5759 intr = &sc->sc_ihp[0]; 5794 intrstr = pci_intr_string(pc, sc->sc_ihp[vector], 5799 sc->sc_ihp[vector], IPL_NET, ixl_other_intr, 5825 intrstr = pci_intr_string(pc, sc->sc_ihp[vector], 5831 sc->sc_ihp[vector], IPL_NET, ixl_queue_intr, 5979 error = pci_intr_alloc(pa, &sc->sc_ihp, counts, max_type); 5986 intr_type = pci_intr_type(pa->pa_pc, sc->sc_ihp[0]); 5991 pci_intr_setattr(pa->pa_pc, &sc->sc_ihp[i], 6013 pci_intr_release(pa->pa_pc, sc->sc_ihp, sc->sc_nintrs) [all...] |