Searched refs:qat_hal_put_wakeup_event (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | qat_hal.c | 373 static void qat_hal_put_wakeup_event(struct icp_qat_fw_loader_handle *handle, in qat_hal_put_wakeup_event() function 519 qat_hal_put_wakeup_event(handle, ae, in qat_hal_clr_reset() 653 qat_hal_put_wakeup_event(handle, ae, ctx_mask, XCWE_VOLUNTARY); in qat_hal_clear_gpr() 679 qat_hal_put_wakeup_event(handle, ae, ctx_mask, in qat_hal_clear_gpr() 802 qat_hal_put_wakeup_event(handle, ae, (~ctx_mask) & in qat_hal_start() 921 qat_hal_put_wakeup_event(handle, ae, (1 << ctx), XCWE_VOLUNTARY); in qat_hal_exec_micro_inst() 939 qat_hal_put_wakeup_event(handle, ae, (1 << ctx), wakeup_events); in qat_hal_exec_micro_inst()
|