Lines Matching defs:sc_pihp
65 pci_intr_handle_t *sc_pihp;
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;