Searched defs:qat_hal_put_wakeup_event (Results 1 - 1 of 1) sorted by last modified time

/drivers/crypto/qat/qat_common/
H A Dqat_hal.c370 static void qat_hal_put_wakeup_event(struct icp_qat_fw_loader_handle *handle, function
506 qat_hal_put_wakeup_event(handle, ae,
634 qat_hal_put_wakeup_event(handle, ae, ctx_mask, XCWE_VOLUNTARY);
662 qat_hal_put_wakeup_event(handle, ae, ctx_mask,
756 qat_hal_put_wakeup_event(handle, ae, (~ctx_mask) &
872 qat_hal_put_wakeup_event(handle, ae, (1 << ctx), XCWE_VOLUNTARY);
890 qat_hal_put_wakeup_event(handle, ae, (1 << ctx), wakeup_events);

Completed in 121 milliseconds