Home
last modified time | relevance | path

Searched refs:OTX_CPT_AE_TYPES (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_mbox.c171 else if (otx_cpt_uc_supports_eng_type(ucode, OTX_CPT_AE_TYPES)) in otx_cpt_bind_vq_to_grp()
172 return OTX_CPT_AE_TYPES; in otx_cpt_bind_vq_to_grp()
213 if ((vftype != OTX_CPT_AE_TYPES) && in otx_cpt_handle_mbox_intr()
H A Dotx_cptpf_ucode.c112 case OTX_CPT_AE_TYPES: in get_eng_type_str()
128 case (1 << OTX_CPT_AE_TYPES): in get_ucode_type_str()
152 val |= 1 << OTX_CPT_AE_TYPES; in get_ucode_type()
158 if (is_eng_type(val, OTX_CPT_AE_TYPES) && in get_ucode_type()
368 case OTX_CPT_AE_TYPES: in get_uc_from_tar_archive()
660 case OTX_CPT_AE_TYPES: in update_engines_avail_count()
681 case OTX_CPT_AE_TYPES: in update_engines_offset()
764 case OTX_CPT_AE_TYPES: in check_engines_availability()
1088 case OTX_CPT_AE_TYPES: in eng_grp_update_masks()
1394 engs[grp_idx++].type = OTX_CPT_AE_TYPES; in ucode_load_store()
[all …]
H A Dotx_cpt_common.h27 OTX_CPT_AE_TYPES = 1, enumerator
H A Dotx_cptvf_algs.c1684 case OTX_CPT_AE_TYPES: in otx_cpt_crypto_init()
1717 dev_tbl = (engine_type == OTX_CPT_AE_TYPES) ? &ae_devices : &se_devices; in otx_cpt_crypto_exit()
1732 if (engine_type != OTX_CPT_AE_TYPES) { in otx_cpt_crypto_exit()
H A Dotx_cptvf_reqmgr.c418 } else if ((cptvf->vftype == OTX_CPT_AE_TYPES) && in otx_cpt_do_request()
H A Dotx_cptvf_main.c652 case OTX_CPT_AE_TYPES: in vf_type_show()