Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c881 const char *ucode_filename) in ucode_load() argument
888 set_ucode_filename(ucode, ucode_filename); in ucode_load()
905 dev_err(dev, "Ucode %s invalid size\n", ucode_filename); in ucode_load()
1320 char *ucode_filename[OTX_CPT_MAX_ETYPES_PER_GRP]; in ucode_load_store() local
1393 ucode_filename[ucode_idx++] = val; in ucode_load_store()
1441 (void **) ucode_filename, in ucode_load_store()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c1605 char *ucode_filename[OTX2_CPT_MAX_ETYPES_PER_GRP]; in otx2_cpt_dl_custom_egrp_create() local
1684 ucode_filename[ucode_idx++] = val; in otx2_cpt_dl_custom_egrp_create()
1719 ret = load_fw(dev, &fw_info, ucode_filename[0], eng_grps->rid); in otx2_cpt_dl_custom_egrp_create()
1721 dev_err(dev, "Unable to load firmware %s\n", ucode_filename[0]); in otx2_cpt_dl_custom_egrp_create()
1725 ret = load_fw(dev, &fw_info, ucode_filename[1], eng_grps->rid); in otx2_cpt_dl_custom_egrp_create()
1728 ucode_filename[1]); in otx2_cpt_dl_custom_egrp_create()