Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c287 struct tar_ucode_info_t *tar_info; in process_tar_file() local
321 tar_info = kzalloc(sizeof(struct tar_ucode_info_t), GFP_KERNEL); in process_tar_file()
322 if (!tar_info) in process_tar_file()
325 tar_info->ucode_ptr = data; in process_tar_file()
326 set_ucode_filename(&tar_info->ucode, filename); in process_tar_file()
327 memcpy(tar_info->ucode.ver_str, ucode_hdr->ver_str, in process_tar_file()
329 tar_info->ucode.ver_num = ucode_hdr->ver_num; in process_tar_file()
330 tar_info->ucode.type = ucode_type; in process_tar_file()
331 tar_info->ucode.size = ucode_size; in process_tar_file()
332 list_add_tail(&tar_info in process_tar_file()
1211 struct tar_ucode_info_t *tar_info; create_engine_group() local
1463 struct tar_ucode_info_t *tar_info[OTX_CPT_MAX_ETYPES_PER_GRP] = {}; otx_cpt_try_create_default_eng_grps() local
[all...]