Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c286 struct tar_ucode_info_t *tar_info; in process_tar_file() local
320 tar_info = kzalloc(sizeof(struct tar_ucode_info_t), GFP_KERNEL); in process_tar_file()
321 if (!tar_info) in process_tar_file()
324 tar_info->ucode_ptr = data; in process_tar_file()
325 set_ucode_filename(&tar_info->ucode, filename); in process_tar_file()
326 memcpy(tar_info->ucode.ver_str, ucode_hdr->ver_str, in process_tar_file()
328 tar_info->ucode.ver_num = ucode_hdr->ver_num; in process_tar_file()
329 tar_info->ucode.type = ucode_type; in process_tar_file()
330 tar_info->ucode.size = ucode_size; in process_tar_file()
331 list_add_tail(&tar_info in process_tar_file()
1222 struct tar_ucode_info_t *tar_info; create_engine_group() local
1474 struct tar_ucode_info_t *tar_info[OTX_CPT_MAX_ETYPES_PER_GRP] = {}; otx_cpt_try_create_default_eng_grps() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c286 struct tar_ucode_info_t *tar_info; in process_tar_file() local
320 tar_info = kzalloc(sizeof(struct tar_ucode_info_t), GFP_KERNEL); in process_tar_file()
321 if (!tar_info) in process_tar_file()
324 tar_info->ucode_ptr = data; in process_tar_file()
325 set_ucode_filename(&tar_info->ucode, filename); in process_tar_file()
326 memcpy(tar_info->ucode.ver_str, ucode_hdr->ver_str, in process_tar_file()
328 tar_info->ucode.ver_num = ucode_hdr->ver_num; in process_tar_file()
329 tar_info->ucode.type = ucode_type; in process_tar_file()
330 tar_info->ucode.size = ucode_size; in process_tar_file()
331 list_add_tail(&tar_info in process_tar_file()
1221 struct tar_ucode_info_t *tar_info; create_engine_group() local
1473 struct tar_ucode_info_t *tar_info[OTX_CPT_MAX_ETYPES_PER_GRP] = {}; otx_cpt_try_create_default_eng_grps() local
[all...]

Completed in 3 milliseconds