Searched refs:sc_ih_cookie (Results 1 – 2 of 2) sorted by relevance
572 if (sc->sc_ih_cookie != NULL) { in qat_detach()573 (void)bus_teardown_intr(dev, sc->sc_ih, sc->sc_ih_cookie); in qat_detach()574 sc->sc_ih_cookie = NULL; in qat_detach()720 NULL, qat_ae_cluster_intr, sc, &sc->sc_ih_cookie); in qat_setup_msix_intr()
818 void *sc_ih_cookie; /* ae cluster ih cookie */ member