Searched refs:icp_qat_fw_loader_handle (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | adf_common_drv.h | 179 void qat_hal_deinit(struct icp_qat_fw_loader_handle *handle); 180 void qat_hal_start(struct icp_qat_fw_loader_handle *handle, unsigned char ae, 182 void qat_hal_stop(struct icp_qat_fw_loader_handle *handle, unsigned char ae, 184 void qat_hal_reset(struct icp_qat_fw_loader_handle *handle); 185 int qat_hal_clr_reset(struct icp_qat_fw_loader_handle *handle); 186 void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle, 188 int qat_hal_check_ae_active(struct icp_qat_fw_loader_handle *handle, 190 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, 193 int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle, 195 int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle, [all …]
|
D | qat_hal.c | 112 void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_live_ctx() 119 static int qat_hal_rd_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_rd_ae_csr() 135 static int qat_hal_wr_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_wr_ae_csr() 151 static void qat_hal_get_wakeup_event(struct icp_qat_fw_loader_handle *handle, in qat_hal_get_wakeup_event() 163 static int qat_hal_wait_cycles(struct icp_qat_fw_loader_handle *handle, in qat_hal_wait_cycles() 199 int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_ctx_mode() 219 int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_nn_mode() 237 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_lm_mode() 315 void qat_hal_reset(struct icp_qat_fw_loader_handle *handle) in qat_hal_reset() 325 static void qat_hal_wr_indr_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_wr_indr_csr() [all …]
|
D | qat_uclo.c | 167 static void qat_uclo_wr_sram_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_sram_by_words() 183 static void qat_uclo_wr_umem_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_umem_by_words() 201 static void qat_uclo_batch_wr_umem(struct icp_qat_fw_loader_handle *handle, in qat_uclo_batch_wr_umem() 224 qat_uclo_cleanup_batch_init_list(struct icp_qat_fw_loader_handle *handle, in qat_uclo_cleanup_batch_init_list() 260 static int qat_uclo_fetch_initmem_ae(struct icp_qat_fw_loader_handle *handle, in qat_uclo_fetch_initmem_ae() 291 static int qat_uclo_create_batch_init_list(struct icp_qat_fw_loader_handle in qat_uclo_create_batch_init_list() 345 static int qat_uclo_init_lmem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_lmem_seg() 360 static int qat_uclo_init_umem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_umem_seg() 384 static int qat_uclo_init_ae_memory(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ae_memory() 404 static int qat_uclo_init_ustore(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ustore() [all …]
|
D | adf_accel_devices.h | 212 struct icp_qat_fw_loader_handle; 214 struct icp_qat_fw_loader_handle *fw_loader;
|
D | icp_qat_fw_loader_handle.h | 69 struct icp_qat_fw_loader_handle { struct
|