Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c378 if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { in qat_aereg_rel_data_write()
442 if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { in qat_aereg_rel_data_read()
578 if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { in qat_aereg_rel_rdxfer_write()
640 if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { in qat_aereg_abs_to_rel()
716 if (ctxen & CTX_ENABLES_INUSE_CONTEXTS) { in qat_ae_enable_ctx()
746 nval = val | CTX_ENABLES_INUSE_CONTEXTS; in qat_ae_write_ctx_mode()
748 nval = val & ~CTX_ENABLES_INUSE_CONTEXTS; in qat_ae_write_ctx_mode()
H A Dqatreg.h353 #define CTX_ENABLES_INUSE_CONTEXTS __BIT(31) macro