Searched refs:OTX_CPT_UCODE_VER_STR_SZ (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/crypto/marvell/octeontx/ |
D | otx_cptpf_ucode.h | 37 #define OTX_CPT_UCODE_VER_STR_SZ 44 macro 76 u8 ver_str[OTX_CPT_UCODE_VER_STR_SZ]; 82 u8 ver_str[OTX_CPT_UCODE_VER_STR_SZ];/*
|
D | otx_cptpf_ucode.c | 137 char tmp_ver_str[OTX_CPT_UCODE_VER_STR_SZ]; in get_ucode_type() 141 strscpy(tmp_ver_str, ucode_hdr->ver_str, OTX_CPT_UCODE_VER_STR_SZ); in get_ucode_type() 146 if (strnstr(tmp_ver_str, "se-", OTX_CPT_UCODE_VER_STR_SZ) && in get_ucode_type() 150 if (strnstr(tmp_ver_str, "ae", OTX_CPT_UCODE_VER_STR_SZ) && in get_ucode_type() 327 OTX_CPT_UCODE_VER_STR_SZ); in process_tar_file() 854 memset(&ucode->ver_str, 0, OTX_CPT_UCODE_VER_STR_SZ); in ucode_unload() 905 memcpy(ucode->ver_str, ucode_hdr->ver_str, OTX_CPT_UCODE_VER_STR_SZ); in ucode_load() 1050 OTX_CPT_UCODE_VER_STR_SZ)) in find_mirrored_eng_grp()
|