Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqatreg.h362 #define CTX_ENABLES_ENABLE __BITS(15,8) macro
H A Dqat_ae.c722 ctxen |= __SHIFTIN(ctx_mask, CTX_ENABLES_ENABLE); in qat_ae_enable_ctx()
733 ctxen &= ~(__SHIFTIN(ctx_mask & AE_ALL_CTX, CTX_ENABLES_ENABLE)); in qat_ae_disable_ctx()
877 if (error || val & CTX_ENABLES_ENABLE) in qat_ae_get_status()