Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_c2xxx.c204 .qhw_get_ae_mask = qat_c2xxx_get_ae_mask,
H A Dqatvar.h718 uint32_t (*qhw_get_ae_mask)(struct qat_softc *); member
H A Dqat.c341 sc->sc_ae_mask = sc->sc_hw.qhw_get_ae_mask(sc); in qat_attach()