Home | History | Annotate | Download | only in pci

Lines Matching refs:sc_softih

229 	sc->sc_softih = kmem_zalloc(
230 sizeof(*sc->sc_softih) * psc->psc_nintrs, KM_SLEEP);
244 kmem_free(sc->sc_softih, sizeof(*sc->sc_softih) * psc->psc_nintrs);
303 kmem_free(sc->sc_softih, sizeof(*sc->sc_softih) * psc->psc_nintrs);
304 sc->sc_softih = NULL;
362 sc->sc_softih[qid] = softint_establish(
365 if (sc->sc_softih[qid] == NULL) {
411 if (sc->sc_softih) {
412 softint_disestablish(sc->sc_softih[qid]);
413 sc->sc_softih[qid] = NULL;