Symbol: OTX_CPT_UCODE_NAME_LENGTH
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
101
strscpy(ucode->filename, filename, OTX_CPT_UCODE_NAME_LENGTH);
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1321
char tmp_buf[OTX_CPT_UCODE_NAME_LENGTH] = { 0 };
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1329
if (count >= OTX_CPT_UCODE_NAME_LENGTH)
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1334
strscpy(tmp_buf, buf, OTX_CPT_UCODE_NAME_LENGTH);
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1638
snprintf(grp->sysfs_info_name, OTX_CPT_UCODE_NAME_LENGTH,
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
591
char engs_info[2*OTX_CPT_UCODE_NAME_LENGTH];
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
593
char engs_mask[OTX_CPT_UCODE_NAME_LENGTH];
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
624
2*OTX_CPT_UCODE_NAME_LENGTH, j);
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
635
OTX_CPT_UCODE_NAME_LENGTH);
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
799
char ucode_info[2*OTX_CPT_UCODE_NAME_LENGTH];
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
800
char engs_info[2*OTX_CPT_UCODE_NAME_LENGTH];
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
801
char engs_mask[OTX_CPT_UCODE_NAME_LENGTH];
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
808
print_engs_info(eng_grp, engs_info, 2*OTX_CPT_UCODE_NAME_LENGTH, -1);
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
809
print_ucode_info(eng_grp, ucode_info, 2*OTX_CPT_UCODE_NAME_LENGTH);
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
811
OTX_CPT_UCODE_NAME_LENGTH);
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.h
143
char sysfs_info_name[OTX_CPT_UCODE_NAME_LENGTH];
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.h
86
char filename[OTX_CPT_UCODE_NAME_LENGTH]; /* ucode filename */