HomeSort by: relevance | last modified time | path
    Searched defs:sc_pihp (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/dev/pci/
ppbvar.h 51 pci_intr_handle_t *sc_pihp; member in struct:ppb_softc
rtsx_pci.c 46 pci_intr_handle_t *sc_pihp; member in struct:rtsx_pci_softc
154 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
158 intrstr = pci_intr_string(pc, sc->sc_pihp[0], intrbuf, sizeof(intrbuf));
159 sc->sc_ih = pci_intr_establish_xname(pc, sc->sc_pihp[0], IPL_SDMMC,
196 pci_intr_release(sc->sc_pc, sc->sc_pihp, 1);
hdaudio_pci.c 61 pci_intr_handle_t *sc_pihp; member in struct:hdaudio_pci_softc
166 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
170 intrstr = pci_intr_string(pa->pa_pc, sc->sc_pihp[0], intrbuf,
172 sc->sc_ih = pci_intr_establish_xname(pa->pa_pc, sc->sc_pihp[0],
188 pci_intr_release(sc->sc_pc, sc->sc_pihp, 1);
236 pci_intr_release(sc->sc_pc, sc->sc_pihp, 1);
xhci_pci.c 66 pci_intr_handle_t *sc_pihp; member in struct:xhci_pci_softc
226 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) {
230 intrstr = pci_intr_string(pc, psc->sc_pihp[0], intrbuf,
232 pci_intr_setattr(pc, &psc->sc_pihp[0], PCI_INTR_MPSAFE, true);
233 psc->sc_ih = pci_intr_establish_xname(pc, psc->sc_pihp[0], IPL_USB,
236 pci_intr_release(pc, psc->sc_pihp, 1);
237 psc->sc_pihp = NULL;
306 if (psc->sc_pihp != NULL) {
307 pci_intr_release(psc->sc_pc, psc->sc_pihp, 1);
308 psc->sc_pihp = NULL
    [all...]
if_re_pci.c 78 pci_intr_handle_t *sc_pihp; member in struct:re_pci_softc
291 if (pci_intr_alloc(pa, &psc->sc_pihp, NULL, 0)) {
295 intrstr = pci_intr_string(pc, psc->sc_pihp[0], intrbuf,
297 psc->sc_ih = pci_intr_establish_xname(pc, psc->sc_pihp[0], IPL_NET,
345 if (psc->sc_pihp != NULL) {
346 pci_intr_release(psc->sc_pc, psc->sc_pihp, 1);
347 psc->sc_pihp = NULL;
siisata_pci.c 69 pci_intr_handle_t *sc_pihp; member in struct:siisata_pci_softc
235 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, max_type) != 0) {
241 intrstr = pci_intr_string(pa->pa_pc, psc->sc_pihp[0], intrbuf,
243 psc->sc_ih = pci_intr_establish_xname(pa->pa_pc, psc->sc_pihp[0],
246 pci_intr_release(psc->sc_pc, psc->sc_pihp, 1);
247 psc->sc_pihp = NULL;
322 if (psc->sc_pihp != NULL) {
323 pci_intr_release(psc->sc_pc, psc->sc_pihp, 1);
324 psc->sc_pihp = NULL;
ehci_pci.c 84 pci_intr_handle_t *sc_pihp; member in struct:ehci_pci_softc
192 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) != 0) {
200 intrstr = pci_intr_string(pc, sc->sc_pihp[0], intrbuf, sizeof(intrbuf));
201 pci_intr_setattr(pc, &sc->sc_pihp[0], PCI_INTR_MPSAFE, true);
202 sc->sc_ih = pci_intr_establish_xname(pc, sc->sc_pihp[0], IPL_USB,
293 if (sc->sc_pihp != NULL) {
294 pci_intr_release(sc->sc_pc, sc->sc_pihp, 1);
295 sc->sc_pihp = NULL;
ahcisata_pci.c 215 pci_intr_handle_t *sc_pihp; member in struct:ahci_pci_softc
308 KASSERT(psc->sc_pihp != NULL);
367 intrstr = pci_intr_string(psc->sc_pc, psc->sc_pihp[vec], intrbuf,
370 psc->sc_pihp[vec], IPL_BIO, intr_handler, intr_arg, intr_xname);
418 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) {
423 psc->sc_nintr = counts[pci_intr_type(pa->pa_pc, psc->sc_pihp[0])];
460 if (psc->sc_pihp != NULL) {
461 pci_intr_release(psc->sc_pc, psc->sc_pihp, psc->sc_nintr);
462 psc->sc_pihp = NULL;
510 if (psc->sc_pihp != NULL)
    [all...]
ichsmb.c 65 pci_intr_handle_t *sc_pihp; member in struct:ichsmb_softc
225 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) == 0) {
226 intrstr = pci_intr_string(pa->pa_pc, sc->sc_pihp[0],
228 pci_intr_setattr(pa->pa_pc, &sc->sc_pihp[0],
231 sc->sc_pihp[0], IPL_BIO, ichsmb_intr, sc,
238 pci_intr_release(pa->pa_pc, sc->sc_pihp, 1);
239 sc->sc_pihp = NULL;
490 if (sc->sc_pihp) {
491 pci_intr_release(sc->sc_pc, sc->sc_pihp, 1);
492 sc->sc_pihp = NULL
    [all...]
if_wpivar.h 154 pci_intr_handle_t *sc_pihp; member in struct:wpi_softc
if_rtwnreg.h 158 pci_intr_handle_t *sc_pihp; member in struct:rtwn_softc
ismt.c 191 pci_intr_handle_t *sc_pihp; member in struct:ismt_softc
638 if (sc->sc_pihp != NULL) {
639 pci_intr_release(sc->sc_pc, sc->sc_pihp, 1);
640 sc->sc_pihp = NULL;
733 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
737 intrstr = pci_intr_string(pa->pa_pc, sc->sc_pihp[0], intrbuf,
739 sc->sc_ih = pci_intr_establish_xname(pa->pa_pc, sc->sc_pihp[0],
743 (pci_intr_type(pa->pa_pc, sc->sc_pihp[0])
748 if (pci_intr_type(pa->pa_pc, sc->sc_pihp[0]) == PCI_INTR_TYPE_MSI)
if_iwnvar.h 268 pci_intr_handle_t *sc_pihp; member in struct:iwn_softc
if_bwfm_pci.c 130 pci_intr_handle_t *sc_pihp; member in struct:bwfm_pci_softc
442 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0) != 0) {
446 intrstr = pci_intr_string(pa->pa_pc, sc->sc_pihp[0], intrbuf, sizeof(intrbuf));
448 sc->sc_ih = pci_intr_establish_xname(pa->pa_pc, sc->sc_pihp[0], IPL_NET,
761 pci_intr_release(sc->sc_pc, sc->sc_pihp, 1);
856 pci_intr_release(sc->sc_pc, sc->sc_pihp, 1);
pvscsi.c 299 pci_intr_handle_t * sc_pihp; member in struct:pvscsi_softc
1554 if (sc->sc_pihp != NULL) {
1555 pci_intr_release(sc->sc_pc, sc->sc_pihp, 1);
1556 sc->sc_pihp = NULL;
1582 if (pci_intr_alloc(pa, &sc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) {
1589 char const *intrstr = pci_intr_string(pc, sc->sc_pihp[0], intrbuf,
1592 sc->sc_ih = pci_intr_establish_xname(pc, sc->sc_pihp[0], IPL_BIO,
1595 pci_intr_release(pc, sc->sc_pihp, 1);
1596 sc->sc_pihp = NULL;
1603 pci_intr_setattr(pc, sc->sc_pihp, PCI_INTR_MPSAFE, true)
    [all...]
if_iwmvar.h 378 pci_intr_handle_t *sc_pihp; member in struct:iwm_softc
mpii.c 171 pci_intr_handle_t *sc_pihp; member in struct:mpii_softc
509 if (pci_intr_alloc(pa, &sc->sc_pihp, NULL, 0)) {
513 intrstr = pci_intr_string(pa->pa_pc, sc->sc_pihp[0],
515 pci_intr_setattr(pa->pa_pc, &sc->sc_pihp[0], PCI_INTR_MPSAFE, true);
516 sc->sc_ih = pci_intr_establish_xname(pa->pa_pc, sc->sc_pihp[0], IPL_BIO,

Completed in 26 milliseconds