Searched refs:CE_INUSE_CONTEXTS (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dicp_qat_hal.h96 #define CE_INUSE_CONTEXTS (0x1 << CE_INUSE_CONTEXTS_BITPOS) macro
H A Dqat_hal.c596 ctx_mask &= (ctx & CE_INUSE_CONTEXTS) ? 0x55 : 0xFF; qat_hal_enable_ctx()
1146 if (CE_INUSE_CONTEXTS & ctx_enables) { qat_hal_put_rel_rd_xfer()
1196 if (CE_INUSE_CONTEXTS & ctx_enables) { qat_hal_put_rel_wr_xfer()
1257 if (ctx_enables & CE_INUSE_CONTEXTS) { qat_hal_convert_abs_to_rel()

Completed in 77 milliseconds