Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c340 sc->sc_accel_mask = sc->sc_hw.qhw_get_accel_mask(sc); in qat_attach()
345 if (sc->sc_accel_mask & (1 << i)) in qat_attach()
354 if (!sc->sc_accel_mask || (sc->sc_ae_mask & 0x01) == 0) { in qat_attach()
H A Dqatvar.h796 uint32_t sc_accel_mask; member
H A Dqat_ae.c1040 reset &= ~(__SHIFTIN(sc->sc_accel_mask, CAP_GLOBAL_CTL_RESET_ACCEL_MASK)); in qat_ae_clear_reset()
1050 __SHIFTIN(sc->sc_accel_mask, CAP_GLOBAL_CTL_RESET_ACCEL_MASK)) in qat_ae_clear_reset()
1056 clock |= __SHIFTIN(sc->sc_accel_mask, CAP_GLOBAL_CTL_CLK_EN_ACCEL_MASK); in qat_ae_clear_reset()