Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c357 struct tar_ucode_info_t *curr, *uc_found = NULL; in get_uc_from_tar_archive() local
363 if (!uc_found) { in get_uc_from_tar_archive()
364 uc_found = curr; in get_uc_from_tar_archive()
373 if (uc_found->ucode.ver_num.nn == OTX_CPT_SE_UC_TYPE2 || in get_uc_from_tar_archive()
374 (uc_found->ucode.ver_num.nn == OTX_CPT_SE_UC_TYPE3 in get_uc_from_tar_archive()
376 uc_found = curr; in get_uc_from_tar_archive()
381 return uc_found; in get_uc_from_tar_archive()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds