Home
last modified time | relevance | path

Searched refs:qhw_get_accel_mask (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_c2xxx.c203 .qhw_get_accel_mask = qat_c2xxx_get_accel_mask,
H A Dqatvar.h717 uint32_t (*qhw_get_accel_mask)(struct qat_softc *); member
H A Dqat.c340 sc->sc_accel_mask = sc->sc_hw.qhw_get_accel_mask(sc); in qat_attach()