Symbol: icp_qat_fw_loader_handle
drivers/crypto/intel/qat/qat_common/adf_accel_devices.h
402
struct icp_qat_fw_loader_handle;
drivers/crypto/intel/qat/qat_common/adf_accel_devices.h
404
struct icp_qat_fw_loader_handle *fw_loader;
drivers/crypto/intel/qat/qat_common/adf_accel_engine.c
15
struct icp_qat_fw_loader_handle *loader;
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
132
void qat_hal_deinit(struct icp_qat_fw_loader_handle *handle);
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
133
int qat_hal_start(struct icp_qat_fw_loader_handle *handle);
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
134
void qat_hal_stop(struct icp_qat_fw_loader_handle *handle, unsigned char ae,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
136
void qat_hal_reset(struct icp_qat_fw_loader_handle *handle);
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
137
int qat_hal_clr_reset(struct icp_qat_fw_loader_handle *handle);
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
138
void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
140
int qat_hal_check_ae_active(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
142
int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
145
int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
147
int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
149
void qat_hal_set_pc(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
151
void qat_hal_wr_uwords(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
154
void qat_hal_wr_umem(struct icp_qat_fw_loader_handle *handle, unsigned char ae,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
158
int qat_hal_batch_wr_lm(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
161
int qat_hal_init_gpr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
165
int qat_hal_init_wr_xfer(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
169
int qat_hal_init_rd_xfer(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
173
int qat_hal_init_nn(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
176
void qat_hal_set_ae_tindex_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
178
int qat_uclo_wr_all_uimage(struct icp_qat_fw_loader_handle *handle);
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
179
void qat_uclo_del_obj(struct icp_qat_fw_loader_handle *handle);
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
180
int qat_uclo_wr_mimage(struct icp_qat_fw_loader_handle *handle, void *addr_ptr,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
182
int qat_uclo_map_obj(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
184
int qat_uclo_set_cfg_ae_mask(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
108
static void qat_hal_get_wakeup_event(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1117
static int qat_hal_rd_rel_reg(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1178
static int qat_hal_wr_rel_reg(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
120
static int qat_hal_wait_cycles(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1259
static int qat_hal_exec_micro_init_lm(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1289
int qat_hal_batch_wr_lm(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1332
static int qat_hal_put_rel_rd_xfer(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1373
static int qat_hal_put_rel_wr_xfer(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1434
static int qat_hal_put_rel_nn(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1450
static int qat_hal_convert_abs_to_rel(struct icp_qat_fw_loader_handle
drivers/crypto/intel/qat/qat_common/qat_hal.c
1471
int qat_hal_init_gpr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1505
int qat_hal_init_wr_xfer(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1540
int qat_hal_init_rd_xfer(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
156
int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1575
int qat_hal_init_nn(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
176
int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
194
int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
233
void qat_hal_set_ae_tindex_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
302
void qat_hal_reset(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
313
static void qat_hal_wr_indr_csr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
331
static unsigned int qat_hal_rd_indr_csr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
345
static void qat_hal_put_sig_event(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
361
static void qat_hal_put_wakeup_event(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
378
static int qat_hal_check_ae_alive(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
403
int qat_hal_check_ae_active(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
417
static void qat_hal_reset_timestamp(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
442
static int qat_hal_init_esram(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
473
int qat_hal_clr_reset(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
529
static void qat_hal_disable_ctx(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
570
void qat_hal_wr_uwords(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
593
static void qat_hal_enable_ctx(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
605
static void qat_hal_clear_xfer(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
621
static int qat_hal_clear_gpr(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
682
static int qat_hal_chip_init(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
69
void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
76
static int qat_hal_rd_ae_csr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
832
struct icp_qat_fw_loader_handle *handle;
drivers/crypto/intel/qat/qat_common/qat_hal.c
883
void qat_hal_deinit(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
892
int qat_hal_start(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
92
static int qat_hal_wr_ae_csr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
925
void qat_hal_stop(struct icp_qat_fw_loader_handle *handle, unsigned char ae,
drivers/crypto/intel/qat/qat_common/qat_hal.c
932
void qat_hal_set_pc(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
939
static void qat_hal_get_uwords(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
963
void qat_hal_wr_umem(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
989
static int qat_hal_exec_micro_inst(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1030
static unsigned int qat_uclo_simg_hdr2sign_len(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1038
static unsigned int qat_uclo_simg_hdr2cont_len(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1046
static unsigned int qat_uclo_simg_fw_type(struct icp_qat_fw_loader_handle *handle, void *img_ptr)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1060
static int qat_uclo_map_suof_file_hdr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1086
static void qat_uclo_map_simg(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1127
static int qat_uclo_check_simg_compat(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1150
static void qat_uclo_del_suof(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1175
static int qat_uclo_map_suof(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1230
static int qat_uclo_auth_fw(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1265
static bool qat_uclo_is_broadcast(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
128
static void qat_uclo_wr_sram_by_words(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1281
static int qat_uclo_broadcast_load_fw(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1341
static int qat_uclo_simg_alloc(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1358
static void qat_uclo_simg_free(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1372
static void qat_uclo_ummap_auth_fw(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1387
static int qat_uclo_check_image(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
144
static void qat_uclo_wr_umem_by_words(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1443
static int qat_uclo_build_auth_desc_RSA(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1535
static int qat_uclo_build_auth_desc_dualsign(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
162
static void qat_uclo_batch_wr_umem(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1644
static int qat_uclo_map_auth_fw(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1670
static int qat_uclo_load_fw(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1716
static int qat_uclo_map_suof_obj(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1733
int qat_uclo_wr_mimage(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1759
static int qat_uclo_map_uof_obj(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1795
static int qat_uclo_map_mof_file_hdr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1822
static void qat_uclo_del_mof(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
185
qat_uclo_cleanup_batch_init_list(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1982
static int qat_uclo_map_mof_obj(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2034
int qat_uclo_map_obj(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2062
void qat_uclo_del_obj(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2117
static void qat_uclo_wr_uimage_raw_page(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
213
static int qat_uclo_fetch_initmem_ae(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2153
static void qat_uclo_wr_uimage_page(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2204
static int qat_uclo_wr_suof_img(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2242
static int qat_uclo_wr_uof_img(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2260
int qat_uclo_wr_all_uimage(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2266
int qat_uclo_set_cfg_ae_mask(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
244
static int qat_uclo_create_batch_init_list(struct icp_qat_fw_loader_handle
drivers/crypto/intel/qat/qat_common/qat_uclo.c
303
static int qat_uclo_init_lmem_seg(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
318
static int qat_uclo_init_umem_seg(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
341
static int qat_uclo_init_ae_memory(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
360
static int qat_uclo_init_ustore(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
406
static int qat_uclo_init_memory(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
650
static int qat_uclo_map_ae(struct icp_qat_fw_loader_handle *handle, int max_ae)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
718
qat_uclo_get_dev_type(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
759
static int qat_uclo_init_reg(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
802
static int qat_uclo_init_reg_sym(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
856
static int qat_uclo_init_globals(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
885
static int qat_hal_set_modes(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
938
static int qat_uclo_set_ae_mode(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
967
static void qat_uclo_init_uword_num(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
980
static int qat_uclo_parse_uof_obj(struct icp_qat_fw_loader_handle *handle)