Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptpf_ucode.h37 #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];/*
A Dotx_cptpf_ucode.c137 char tmp_ver_str[OTX_CPT_UCODE_VER_STR_SZ]; in get_ucode_type()
141 strlcpy(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()
320 OTX_CPT_UCODE_VER_STR_SZ); in process_tar_file()
847 memset(&ucode->ver_str, 0, OTX_CPT_UCODE_VER_STR_SZ); in ucode_unload()
897 memcpy(ucode->ver_str, ucode_hdr->ver_str, OTX_CPT_UCODE_VER_STR_SZ); in ucode_load()
1036 OTX_CPT_UCODE_VER_STR_SZ)) in find_mirrored_eng_grp()

Completed in 6 milliseconds