Home
last modified time | relevance | path

Searched refs:CTX_SIG_EVENTS_INDIRECT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_hal.h31 CTX_SIG_EVENTS_INDIRECT = 0x048, enumerator
/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c483 qat_hal_wr_ae_csr(handle, ae, CTX_SIG_EVENTS_INDIRECT, events); in qat_hal_put_sig_event()
940 handle, ae, ctx_mask, CTX_SIG_EVENTS_INDIRECT, 0); in qat_hal_clear_gpr()
1349 qat_hal_rd_indr_csr(handle, ae, ctx, CTX_SIG_EVENTS_INDIRECT, &ind_sig); in qat_hal_exec_micro_inst()
1359 qat_hal_wr_indr_csr(handle, ae, (1 << ctx), CTX_SIG_EVENTS_INDIRECT, 0); in qat_hal_exec_micro_inst()
1429 handle, ae, (1 << ctx), CTX_SIG_EVENTS_INDIRECT, ind_sig); in qat_hal_exec_micro_inst()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c253 offset == CTX_SIG_EVENTS_INDIRECT || in qat_ae_ctx_indr_write()
280 offset == CTX_SIG_EVENTS_INDIRECT || in qat_ae_ctx_indr_read()
1091 CTX_SIG_EVENTS_INDIRECT, in qat_ae_clear_reset()
1245 CTX_SIG_EVENTS_INDIRECT, 0); in qat_ae_clear_gprs()
1278 qat_ae_ctx_indr_write(sc, ae, AE_ALL_CTX, CTX_SIG_EVENTS_INDIRECT, in qat_ae_clear_gprs()
1554 qat_ae_ctx_indr_read(sc, ae, ctx, CTX_SIG_EVENTS_INDIRECT, &indr_sig); in qat_ae_exec_ucode()
1579 qat_ae_ctx_indr_write(sc, ae, 1 << ctx, CTX_SIG_EVENTS_INDIRECT, 0); in qat_ae_exec_ucode()
1648 qat_ae_ctx_indr_write(sc, ae, 1 << ctx, CTX_SIG_EVENTS_INDIRECT, in qat_ae_exec_ucode()
H A Dqatreg.h390 #define CTX_SIG_EVENTS_INDIRECT 0x048 macro