Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c891 const char *ucode_filename) in ucode_load() argument
898 set_ucode_filename(ucode, ucode_filename); in ucode_load()
915 dev_err(dev, "Ucode %s invalid size\n", ucode_filename); in ucode_load()
1330 char *ucode_filename[OTX_CPT_MAX_ETYPES_PER_GRP]; in ucode_load_store() local
1403 ucode_filename[ucode_idx++] = val; in ucode_load_store()
1451 (void **) ucode_filename, in ucode_load_store()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c1576 char *ucode_filename[OTX2_CPT_MAX_ETYPES_PER_GRP]; in otx2_cpt_dl_custom_egrp_create() local
1655 ucode_filename[ucode_idx++] = val; in otx2_cpt_dl_custom_egrp_create()
1689 ret = load_fw(dev, &fw_info, ucode_filename[0]); in otx2_cpt_dl_custom_egrp_create()
1691 dev_err(dev, "Unable to load firmware %s\n", ucode_filename[0]); in otx2_cpt_dl_custom_egrp_create()
1695 ret = load_fw(dev, &fw_info, ucode_filename[1]); in otx2_cpt_dl_custom_egrp_create()
1698 ucode_filename[1]); in otx2_cpt_dl_custom_egrp_create()