Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c536 if (sc->sc_ih_cookie != NULL) { in qat_detach()
537 (void)bus_teardown_intr(dev, sc->sc_ih, sc->sc_ih_cookie); in qat_detach()
538 sc->sc_ih_cookie = NULL; in qat_detach()
684 NULL, qat_ae_cluster_intr, sc, &sc->sc_ih_cookie); in qat_setup_msix_intr()
H A Dqatvar.h811 void *sc_ih_cookie; /* ae cluster ih cookie */ member