Home
last modified time | relevance | path

Searched refs:sc_ih_cookie (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/qat/
Dqat.c572 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()
Dqatvar.h818 void *sc_ih_cookie; /* ae cluster ih cookie */ member