Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c433 if (sc->sc_hw.qhw_init_arb != NULL && in qat_init()
434 (error = sc->sc_hw.qhw_init_arb(sc)) != 0) { in qat_init()
959 if (sc->sc_hw.qhw_init_arb != NULL) in qat_etr_setup_ring()
1654 if (sc->sc_hw.qhw_init_arb != NULL) in qat_crypto_init()
H A Dqatvar.h726 int (*qhw_init_arb)(struct qat_softc *); member