Symbol: OTX_CPT_AE_TYPES
drivers/crypto/marvell/octeontx/otx_cptpf_mbox.c
171
else if (otx_cpt_uc_supports_eng_type(ucode, OTX_CPT_AE_TYPES))
drivers/crypto/marvell/octeontx/otx_cptpf_mbox.c
172
return OTX_CPT_AE_TYPES;
drivers/crypto/marvell/octeontx/otx_cptpf_mbox.c
213
if ((vftype != OTX_CPT_AE_TYPES) &&
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1078
case OTX_CPT_AE_TYPES:
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
114
case OTX_CPT_AE_TYPES:
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
130
case (1 << OTX_CPT_AE_TYPES):
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1383
engs[grp_idx++].type = OTX_CPT_AE_TYPES;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1521
tar_info[0] = get_uc_from_tar_archive(tar_arch, OTX_CPT_AE_TYPES);
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1523
dev_supports_eng_type(eng_grps, OTX_CPT_AE_TYPES)) {
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1525
engs[0].type = OTX_CPT_AE_TYPES;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
154
val |= 1 << OTX_CPT_AE_TYPES;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
160
if (is_eng_type(val, OTX_CPT_AE_TYPES) &&
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1658
eng_grps->eng_types_supported = 1 << OTX_CPT_AE_TYPES;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
370
case OTX_CPT_AE_TYPES:
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
650
case OTX_CPT_AE_TYPES:
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
671
case OTX_CPT_AE_TYPES:
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
754
case OTX_CPT_AE_TYPES:
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c
1578
case OTX_CPT_AE_TYPES:
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c
1611
dev_tbl = (engine_type == OTX_CPT_AE_TYPES) ? &ae_devices : &se_devices;
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c
1626
if (engine_type != OTX_CPT_AE_TYPES) {
drivers/crypto/marvell/octeontx/otx_cptvf_main.c
653
case OTX_CPT_AE_TYPES:
drivers/crypto/marvell/octeontx/otx_cptvf_reqmgr.c
418
} else if ((cptvf->vftype == OTX_CPT_AE_TYPES) &&