Home
last modified time | relevance | path

Searched refs:AE_TYPES (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/crypto/cavium/cpt/
Dcptpf_main.c38 if (type == AE_TYPES) in cpt_disable_cores()
72 if (type == AE_TYPES) in cpt_enable_cores()
86 if (type == AE_TYPES) in cpt_configure_group()
189 cpt_disable_cores(cpt, mcode->core_mask, AE_TYPES, in do_cpt_init()
201 AE_TYPES); in do_cpt_init()
203 cpt_enable_cores(cpt, mcode->core_mask, AE_TYPES); in do_cpt_init()
Dcptpf_mbox.c85 return mcode[grp].is_ae ? AE_TYPES : SE_TYPES; in cpt_bind_vq_to_grp()
126 if ((vftype != AE_TYPES) && (vftype != SE_TYPES)) in cpt_handle_mbox_intr()
Dcpt_common.h124 AE_TYPES = 1, enumerator
Dcptvf_reqmanager.c587 } else if ((cptvf->vftype == AE_TYPES) && (req->ctrl.s.se_req)) { in cptvf_do_request()