Home
last modified time | relevance | path

Searched refs:icp_qat_fw_loader_handle (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/crypto/qat/qat_common/
Dadf_common_drv.h136 void qat_hal_deinit(struct icp_qat_fw_loader_handle *handle);
137 int qat_hal_start(struct icp_qat_fw_loader_handle *handle);
138 void qat_hal_stop(struct icp_qat_fw_loader_handle *handle, unsigned char ae,
140 void qat_hal_reset(struct icp_qat_fw_loader_handle *handle);
141 int qat_hal_clr_reset(struct icp_qat_fw_loader_handle *handle);
142 void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle,
144 int qat_hal_check_ae_active(struct icp_qat_fw_loader_handle *handle,
146 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle,
149 int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle,
151 int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle,
[all …]
Dqat_hal.c69 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 …]
Dqat_uclo.c124 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 …]
Dicp_qat_fw_loader_handle.h47 struct icp_qat_fw_loader_handle { struct
Dadf_accel_devices.h252 struct icp_qat_fw_loader_handle;
254 struct icp_qat_fw_loader_handle *fw_loader;
Dadf_accel_engine.c15 struct icp_qat_fw_loader_handle *loader; in adf_ae_fw_load_images()