Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dicp_qat_hal.h105 #define CE_INUSE_CONTEXTS (0x1 << CE_INUSE_CONTEXTS_BITPOS) macro
Dqat_hal.c600 ctx_mask &= (ctx & CE_INUSE_CONTEXTS) ? 0x55 : 0xFF; in qat_hal_enable_ctx()
1341 if (CE_INUSE_CONTEXTS & ctx_enables) { in qat_hal_put_rel_rd_xfer()
1391 if (CE_INUSE_CONTEXTS & ctx_enables) { in qat_hal_put_rel_wr_xfer()
1456 if (ctx_enables & CE_INUSE_CONTEXTS) { in qat_hal_convert_abs_to_rel()