Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c356 struct tar_ucode_info_t *curr, *uc_found = NULL; in get_uc_from_tar_archive() local
362 if (!uc_found) { in get_uc_from_tar_archive()
363 uc_found = curr; in get_uc_from_tar_archive()
372 if (uc_found->ucode.ver_num.nn == OTX_CPT_SE_UC_TYPE2 || in get_uc_from_tar_archive()
373 (uc_found->ucode.ver_num.nn == OTX_CPT_SE_UC_TYPE3 in get_uc_from_tar_archive()
375 uc_found = curr; in get_uc_from_tar_archive()
380 return uc_found; in get_uc_from_tar_archive()