Lines Matching refs:tar_info
286 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->list, &tar_arch->ucodes); in process_tar_file()
1222 struct tar_ucode_info_t *tar_info; in create_engine_group() local
1247 tar_info = (struct tar_ucode_info_t *) ucode_data[i]; in create_engine_group()
1248 eng_grp->ucode[i] = tar_info->ucode; in create_engine_group()
1250 tar_info->ucode_ptr); in create_engine_group()
1474 struct tar_ucode_info_t *tar_info[OTX_CPT_MAX_ETYPES_PER_GRP] = {}; in otx_cpt_try_create_default_eng_grps() local
1516 tar_info[0] = get_uc_from_tar_archive(tar_arch, OTX_CPT_SE_TYPES); in otx_cpt_try_create_default_eng_grps()
1517 if (tar_info[0] && in otx_cpt_try_create_default_eng_grps()
1524 (void **) tar_info, 1, true); in otx_cpt_try_create_default_eng_grps()
1533 tar_info[0] = get_uc_from_tar_archive(tar_arch, OTX_CPT_AE_TYPES); in otx_cpt_try_create_default_eng_grps()
1534 if (tar_info[0] && in otx_cpt_try_create_default_eng_grps()
1541 (void **) tar_info, 1, true); in otx_cpt_try_create_default_eng_grps()