Home
last modified time | relevance | path

Searched refs:qat_hal_set_ae_lm_mode (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_common_drv.h146 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle,
H A Dqat_uclo.c899 if (qat_hal_set_ae_lm_mode(handle, ae, ICP_LMEM0, in qat_uclo_set_ae_mode()
902 pr_err("QAT: qat_hal_set_ae_lm_mode LMEM0 error\n"); in qat_uclo_set_ae_mode()
905 if (qat_hal_set_ae_lm_mode(handle, ae, ICP_LMEM1, in qat_uclo_set_ae_mode()
908 pr_err("QAT: qat_hal_set_ae_lm_mode LMEM1 error\n"); in qat_uclo_set_ae_mode()
H A Dqat_hal.c194 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_lm_mode() function
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_common_drv.h147 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle,
H A Dqat_uclo.c913 ret = qat_hal_set_ae_lm_mode(handle, ae, ICP_LMEM0, mode); in qat_hal_set_modes()
915 pr_err("QAT: qat_hal_set_ae_lm_mode LMEM0 error\n"); in qat_hal_set_modes()
919 ret = qat_hal_set_ae_lm_mode(handle, ae, ICP_LMEM1, mode); in qat_hal_set_modes()
921 pr_err("QAT: qat_hal_set_ae_lm_mode LMEM1 error\n"); in qat_hal_set_modes()
926 ret = qat_hal_set_ae_lm_mode(handle, ae, ICP_LMEM2, mode); in qat_hal_set_modes()
928 pr_err("QAT: qat_hal_set_ae_lm_mode LMEM2 error\n"); in qat_hal_set_modes()
932 ret = qat_hal_set_ae_lm_mode(handle, ae, ICP_LMEM3, mode); in qat_hal_set_modes()
934 pr_err("QAT: qat_hal_set_ae_lm_mode LMEM3 error\n"); in qat_hal_set_modes()
H A Dqat_hal.c194 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_lm_mode() function

Completed in 13 milliseconds