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
113
case OTX_CPT_AE_TYPES:
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
129
case (1 << OTX_CPT_AE_TYPES):
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1384
engs[grp_idx++].type = OTX_CPT_AE_TYPES;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1522
tar_info[0] = get_uc_from_tar_archive(tar_arch, OTX_CPT_AE_TYPES);
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1524
dev_supports_eng_type(eng_grps, OTX_CPT_AE_TYPES)) {
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1526
engs[0].type = OTX_CPT_AE_TYPES;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
153
val |= 1 << OTX_CPT_AE_TYPES;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
159
if (is_eng_type(val, OTX_CPT_AE_TYPES) &&
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1659
eng_grps->eng_types_supported = 1 << OTX_CPT_AE_TYPES;
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
369
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) &&