Searched refs:AE_TYPES (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/ |
H A D | cptpf_main.c | 35 if (type == AE_TYPES) in cpt_disable_cores() 69 if (type == AE_TYPES) in cpt_enable_cores() 83 if (type == AE_TYPES) in cpt_configure_group() 186 cpt_disable_cores(cpt, mcode->core_mask, AE_TYPES, in do_cpt_init() 198 AE_TYPES); in do_cpt_init() 200 cpt_enable_cores(cpt, mcode->core_mask, AE_TYPES); in do_cpt_init()
|
H A D | cptpf_mbox.c | 82 return mcode[grp].is_ae ? AE_TYPES : SE_TYPES; in cpt_bind_vq_to_grp() 123 if ((vftype != AE_TYPES) && (vftype != SE_TYPES)) in cpt_handle_mbox_intr()
|
H A D | cpt_common.h | 121 AE_TYPES = 1, enumerator
|
H A D | cptvf_reqmanager.c | 572 } else if ((cptvf->vftype == AE_TYPES) && (req->ctrl.s.se_req)) { in cptvf_do_request()
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/ |
H A D | cptpf_main.c | 34 if (type == AE_TYPES) in cpt_disable_cores() 68 if (type == AE_TYPES) in cpt_enable_cores() 82 if (type == AE_TYPES) in cpt_configure_group() 185 cpt_disable_cores(cpt, mcode->core_mask, AE_TYPES, in do_cpt_init() 197 AE_TYPES); in do_cpt_init() 199 cpt_enable_cores(cpt, mcode->core_mask, AE_TYPES); in do_cpt_init()
|
H A D | cptpf_mbox.c | 82 return mcode[grp].is_ae ? AE_TYPES : SE_TYPES; in cpt_bind_vq_to_grp() 123 if ((vftype != AE_TYPES) && (vftype != SE_TYPES)) in cpt_handle_mbox_intr()
|
H A D | cpt_common.h | 121 AE_TYPES = 1, enumerator
|
H A D | cptvf_reqmanager.c | 568 } else if ((cptvf->vftype == AE_TYPES) && (req->ctrl.s.se_req)) { in cptvf_do_request()
|
Completed in 5 milliseconds