Symbol: icp_qat_fw_loader_handle
drivers/crypto/intel/qat/qat_common/adf_accel_devices.h
407
struct icp_qat_fw_loader_handle;
drivers/crypto/intel/qat/qat_common/adf_accel_devices.h
409
struct icp_qat_fw_loader_handle *fw_loader;
drivers/crypto/intel/qat/qat_common/adf_accel_engine.c
16
struct icp_qat_fw_loader_handle *loader;
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
123
void qat_hal_deinit(struct icp_qat_fw_loader_handle *handle);
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
124
int qat_hal_start(struct icp_qat_fw_loader_handle *handle);
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
125
void qat_hal_stop(struct icp_qat_fw_loader_handle *handle, unsigned char ae,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
127
void qat_hal_reset(struct icp_qat_fw_loader_handle *handle);
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
128
int qat_hal_clr_reset(struct icp_qat_fw_loader_handle *handle);
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
129
void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
131
int qat_hal_check_ae_active(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
133
int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
136
int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
138
int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
140
void qat_hal_set_pc(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
142
void qat_hal_wr_uwords(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
145
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
149
int qat_hal_batch_wr_lm(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
152
int qat_hal_init_gpr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
156
int qat_hal_init_wr_xfer(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
160
int qat_hal_init_rd_xfer(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
164
int qat_hal_init_nn(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
167
void qat_hal_set_ae_tindex_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
169
int qat_uclo_wr_all_uimage(struct icp_qat_fw_loader_handle *handle);
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
170
void qat_uclo_del_obj(struct icp_qat_fw_loader_handle *handle);
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
171
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
173
int qat_uclo_map_obj(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
175
int qat_uclo_set_cfg_ae_mask(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
109
static void qat_hal_get_wakeup_event(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1120
static int qat_hal_rd_rel_reg(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1181
static int qat_hal_wr_rel_reg(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
121
static int qat_hal_wait_cycles(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1262
static int qat_hal_exec_micro_init_lm(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1292
int qat_hal_batch_wr_lm(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1335
static int qat_hal_put_rel_rd_xfer(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1376
static int qat_hal_put_rel_wr_xfer(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1437
static int qat_hal_put_rel_nn(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1453
static int qat_hal_convert_abs_to_rel(struct icp_qat_fw_loader_handle
drivers/crypto/intel/qat/qat_common/qat_hal.c
1474
int qat_hal_init_gpr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1508
int qat_hal_init_wr_xfer(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1543
int qat_hal_init_rd_xfer(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
157
int qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
1578
int qat_hal_init_nn(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
177
int qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
195
int qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
234
void qat_hal_set_ae_tindex_mode(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
303
void qat_hal_reset(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
314
static void qat_hal_wr_indr_csr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
332
static unsigned int qat_hal_rd_indr_csr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
346
static void qat_hal_put_sig_event(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
362
static void qat_hal_put_wakeup_event(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
379
static int qat_hal_check_ae_alive(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
404
int qat_hal_check_ae_active(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
418
static void qat_hal_reset_timestamp(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
443
static int qat_hal_init_esram(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
474
int qat_hal_clr_reset(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
530
static void qat_hal_disable_ctx(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
571
void qat_hal_wr_uwords(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
594
static void qat_hal_enable_ctx(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
606
static void qat_hal_clear_xfer(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
622
static int qat_hal_clear_gpr(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
683
static int qat_hal_chip_init(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
70
void qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
77
static int qat_hal_rd_ae_csr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
835
struct icp_qat_fw_loader_handle *handle;
drivers/crypto/intel/qat/qat_common/qat_hal.c
886
void qat_hal_deinit(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
895
int qat_hal_start(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_hal.c
928
void qat_hal_stop(struct icp_qat_fw_loader_handle *handle, unsigned char ae,
drivers/crypto/intel/qat/qat_common/qat_hal.c
93
static int qat_hal_wr_ae_csr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
935
void qat_hal_set_pc(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
942
static void qat_hal_get_uwords(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
966
void qat_hal_wr_umem(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_hal.c
992
static int qat_hal_exec_micro_inst(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1031
static unsigned int qat_uclo_simg_hdr2sign_len(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1039
static unsigned int qat_uclo_simg_hdr2cont_len(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1047
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
1061
static int qat_uclo_map_suof_file_hdr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1087
static void qat_uclo_map_simg(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1128
static int qat_uclo_check_simg_compat(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1151
static void qat_uclo_del_suof(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1176
static int qat_uclo_map_suof(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1231
static int qat_uclo_auth_fw(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1282
static bool qat_uclo_is_broadcast(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
129
static void qat_uclo_wr_sram_by_words(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1298
static int qat_uclo_broadcast_load_fw(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1358
static int qat_uclo_simg_alloc(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1375
static void qat_uclo_simg_free(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1389
static void qat_uclo_ummap_auth_fw(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1404
static int qat_uclo_check_image(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
145
static void qat_uclo_wr_umem_by_words(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1460
static int qat_uclo_build_auth_desc_RSA(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1552
static int qat_uclo_build_auth_desc_dualsign(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
163
static void qat_uclo_batch_wr_umem(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1661
static int qat_uclo_map_auth_fw(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1687
static int qat_uclo_load_fw(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1733
static int qat_uclo_map_suof_obj(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1750
int qat_uclo_wr_mimage(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1776
static int qat_uclo_map_uof_obj(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1812
static int qat_uclo_map_mof_file_hdr(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1839
static void qat_uclo_del_mof(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
186
qat_uclo_cleanup_batch_init_list(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
1999
static int qat_uclo_map_mof_obj(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2051
int qat_uclo_map_obj(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2079
void qat_uclo_del_obj(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2134
static void qat_uclo_wr_uimage_raw_page(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
214
static int qat_uclo_fetch_initmem_ae(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2170
static void qat_uclo_wr_uimage_page(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2221
static int qat_uclo_wr_suof_img(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2259
static int qat_uclo_wr_uof_img(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2277
int qat_uclo_wr_all_uimage(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2283
int qat_uclo_set_cfg_ae_mask(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
245
static int qat_uclo_create_batch_init_list(struct icp_qat_fw_loader_handle
drivers/crypto/intel/qat/qat_common/qat_uclo.c
304
static int qat_uclo_init_lmem_seg(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
319
static int qat_uclo_init_umem_seg(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
342
static int qat_uclo_init_ae_memory(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
361
static int qat_uclo_init_ustore(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
407
static int qat_uclo_init_memory(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
651
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
719
qat_uclo_get_dev_type(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
760
static int qat_uclo_init_reg(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
803
static int qat_uclo_init_reg_sym(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
857
static int qat_uclo_init_globals(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
886
static int qat_hal_set_modes(struct icp_qat_fw_loader_handle *handle,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
939
static int qat_uclo_set_ae_mode(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
968
static void qat_uclo_init_uword_num(struct icp_qat_fw_loader_handle *handle)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
981
static int qat_uclo_parse_uof_obj(struct icp_qat_fw_loader_handle *handle)