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_obj(struct tar_ucode_info_t); 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->list, &tar_arch->ucodes); in process_tar_file()
[all …]