Searched refs:icp_qat_fw_loader_handle (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | adf_common_drv.h | 172 void qat_hal_deinit(struct icp_qat_fw_loader_handle *handle); 173 void qat_hal_start(struct icp_qat_fw_loader_handle *handle, unsigned char ae, 175 void qat_hal_stop(struct icp_qat_fw_loader_handle *handle, unsigned char ae, 177 void qat_hal_reset(struct icp_qat_fw_loader_handle *handle); 178 int qat_hal_clr_reset(struct icp_qat_fw_loader_handle *handle); 179 void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle, 181 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, 184 int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle, 186 int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle, 188 void qat_hal_set_pc(struct icp_qat_fw_loader_handle *handle, [all …]
|
D | qat_hal.c | 111 void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_live_ctx() 118 static int qat_hal_rd_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_rd_ae_csr() 134 static int qat_hal_wr_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_wr_ae_csr() 150 static void qat_hal_get_wakeup_event(struct icp_qat_fw_loader_handle *handle, in qat_hal_get_wakeup_event() 162 static int qat_hal_wait_cycles(struct icp_qat_fw_loader_handle *handle, in qat_hal_wait_cycles() 198 int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_ctx_mode() 218 int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_nn_mode() 236 int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_lm_mode() 314 void qat_hal_reset(struct icp_qat_fw_loader_handle *handle) in qat_hal_reset() 324 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 | 142 static void qat_uclo_wr_sram_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_sram_by_words() 158 static void qat_uclo_wr_umem_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_umem_by_words() 176 static void qat_uclo_batch_wr_umem(struct icp_qat_fw_loader_handle *handle, in qat_uclo_batch_wr_umem() 199 qat_uclo_cleanup_batch_init_list(struct icp_qat_fw_loader_handle *handle, in qat_uclo_cleanup_batch_init_list() 235 static int qat_uclo_fetch_initmem_ae(struct icp_qat_fw_loader_handle *handle, in qat_uclo_fetch_initmem_ae() 266 static int qat_uclo_create_batch_init_list(struct icp_qat_fw_loader_handle in qat_uclo_create_batch_init_list() 320 static int qat_uclo_init_lmem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_lmem_seg() 335 static int qat_uclo_init_umem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_umem_seg() 359 static int qat_uclo_init_ae_memory(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ae_memory() 379 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 | 69 struct icp_qat_fw_loader_handle { struct
|
D | adf_accel_devices.h | 198 struct icp_qat_fw_loader_handle; 200 struct icp_qat_fw_loader_handle *fw_loader;
|