Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_hal.h108 #define CE_INUSE_CONTEXTS_BITPOS 31 macro
110 #define CE_INUSE_CONTEXTS (0x1 << CE_INUSE_CONTEXTS_BITPOS)
/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c218 new_csr = (mode == 4) ? SET_BIT(csr, CE_INUSE_CONTEXTS_BITPOS) : in qat_hal_set_ae_ctx_mode()
219 CLR_BIT(csr, CE_INUSE_CONTEXTS_BITPOS); in qat_hal_set_ae_ctx_mode()