Home
last modified time | relevance | path

Searched refs:qat_hal_set_ae_lm_mode (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/crypto/qat/qat_common/
Dadf_common_drv.h146 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle,
Dqat_uclo.c912 ret = qat_hal_set_ae_lm_mode(handle, ae, ICP_LMEM0, mode); in qat_hal_set_modes()
918 ret = qat_hal_set_ae_lm_mode(handle, ae, ICP_LMEM1, mode); in qat_hal_set_modes()
925 ret = qat_hal_set_ae_lm_mode(handle, ae, ICP_LMEM2, mode); in qat_hal_set_modes()
931 ret = qat_hal_set_ae_lm_mode(handle, ae, ICP_LMEM3, mode); in qat_hal_set_modes()
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