Searched refs:icp_qat_fw_loader_handle (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/crypto/qat/qat_common/ |
D | adf_common_drv.h | 134 void qat_hal_deinit(struct icp_qat_fw_loader_handle *handle); 135 int qat_hal_start(struct icp_qat_fw_loader_handle *handle); 136 void qat_hal_stop(struct icp_qat_fw_loader_handle *handle, unsigned char ae, 138 void qat_hal_reset(struct icp_qat_fw_loader_handle *handle); 139 int qat_hal_clr_reset(struct icp_qat_fw_loader_handle *handle); 140 void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle, 142 int qat_hal_check_ae_active(struct icp_qat_fw_loader_handle *handle, 144 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, 147 int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle, 149 int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle, [all …]
|
D | qat_hal.c | 69 void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_live_ctx() 76 static int qat_hal_rd_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_rd_ae_csr() 92 static int qat_hal_wr_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_wr_ae_csr() 108 static void qat_hal_get_wakeup_event(struct icp_qat_fw_loader_handle *handle, in qat_hal_get_wakeup_event() 120 static int qat_hal_wait_cycles(struct icp_qat_fw_loader_handle *handle, in qat_hal_wait_cycles() 156 int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_ctx_mode() 176 int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_nn_mode() 194 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_lm_mode() 233 void qat_hal_set_ae_tindex_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_tindex_mode() 302 void qat_hal_reset(struct icp_qat_fw_loader_handle *handle) in qat_hal_reset() [all …]
|
D | qat_uclo.c | 124 static void qat_uclo_wr_sram_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_sram_by_words() 140 static void qat_uclo_wr_umem_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_umem_by_words() 158 static void qat_uclo_batch_wr_umem(struct icp_qat_fw_loader_handle *handle, in qat_uclo_batch_wr_umem() 181 qat_uclo_cleanup_batch_init_list(struct icp_qat_fw_loader_handle *handle, in qat_uclo_cleanup_batch_init_list() 217 static int qat_uclo_fetch_initmem_ae(struct icp_qat_fw_loader_handle *handle, in qat_uclo_fetch_initmem_ae() 248 static int qat_uclo_create_batch_init_list(struct icp_qat_fw_loader_handle in qat_uclo_create_batch_init_list() 307 static int qat_uclo_init_lmem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_lmem_seg() 322 static int qat_uclo_init_umem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_umem_seg() 345 static int qat_uclo_init_ae_memory(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ae_memory() 365 static int qat_uclo_init_ustore(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ustore() [all …]
|
D | icp_qat_fw_loader_handle.h | 47 struct icp_qat_fw_loader_handle { struct
|
D | adf_accel_devices.h | 253 struct icp_qat_fw_loader_handle; 255 struct icp_qat_fw_loader_handle *fw_loader;
|
D | adf_accel_engine.c | 15 struct icp_qat_fw_loader_handle *loader; in adf_ae_fw_load_images()
|