Home
last modified time | relevance | path

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

/openbmc/linux/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()