Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qat/
Dqatreg.h363 #define CTX_ENABLES_ENABLE __BITS(15,8) macro
Dqat_ae.c723 ctxen |= __SHIFTIN(ctx_mask, CTX_ENABLES_ENABLE); in qat_ae_enable_ctx()
734 ctxen &= ~(__SHIFTIN(ctx_mask & AE_ALL_CTX, CTX_ENABLES_ENABLE)); in qat_ae_disable_ctx()
878 if (error || val & CTX_ENABLES_ENABLE) in qat_ae_get_status()