Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dicp_qat_hal.h77 #define CE_INUSE_CONTEXTS (0x1 << CE_INUSE_CONTEXTS_BITPOS) macro
H A Dqat_hal.c569 ctx_mask &= (ctx & CE_INUSE_CONTEXTS) ? 0x55 : 0xFF; in qat_hal_enable_ctx()
1153 if (CE_INUSE_CONTEXTS & ctx_enables) { in qat_hal_put_rel_rd_xfer()
1203 if (CE_INUSE_CONTEXTS & ctx_enables) { in qat_hal_put_rel_wr_xfer()
1268 if (ctx_enables & CE_INUSE_CONTEXTS) { in qat_hal_convert_abs_to_rel()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_hal.h105 #define CE_INUSE_CONTEXTS (0x1 << CE_INUSE_CONTEXTS_BITPOS) macro
H A Dqat_hal.c600 ctx_mask &= (ctx & CE_INUSE_CONTEXTS) ? 0x55 : 0xFF; in qat_hal_enable_ctx()
1337 if (CE_INUSE_CONTEXTS & ctx_enables) { in qat_hal_put_rel_rd_xfer()
1387 if (CE_INUSE_CONTEXTS & ctx_enables) { in qat_hal_put_rel_wr_xfer()
1452 if (ctx_enables & CE_INUSE_CONTEXTS) { in qat_hal_convert_abs_to_rel()

Completed in 5 milliseconds