Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/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()
1336 if (CE_INUSE_CONTEXTS & ctx_enables) { in qat_hal_put_rel_rd_xfer()
1386 if (CE_INUSE_CONTEXTS & ctx_enables) { in qat_hal_put_rel_wr_xfer()
1451 if (ctx_enables & CE_INUSE_CONTEXTS) { in qat_hal_convert_abs_to_rel()