Searched refs:vftype (Results 1 - 10 of 10) sorted by path

/linux-master/drivers/crypto/cavium/cpt/
H A Dcpt_common.h120 enum vftype { enum
H A Dcptpf_mbox.c90 int vftype; local
122 vftype = cpt_bind_vq_to_grp(cpt, vf, (u8)mbx.data);
123 if ((vftype != AE_TYPES) && (vftype != SE_TYPES))
130 mbx.data = vftype;
H A Dcptvf.h97 u8 vftype; /* VF type of SE_TYPE(1) or AE_TYPE(1) */ member in struct:cpt_vf
H A Dcptvf_mbox.c40 cptvf->vftype = mbx.data;
H A Dcptvf_reqmanager.c564 if ((cptvf->vftype == SE_TYPES) && (!req->ctrl.s.se_req)) {
568 } else if ((cptvf->vftype == AE_TYPES) && (req->ctrl.s.se_req)) {
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_mbox.c180 int vftype = 0; local
212 vftype = otx_cpt_bind_vq_to_grp(cpt, vf, (u8)mbx.data);
213 if ((vftype != OTX_CPT_AE_TYPES) &&
214 (vftype != OTX_CPT_SE_TYPES)) {
220 mbx.data = vftype;
H A Dotx_cptvf.h73 u8 vftype; /* VF type of SE_TYPE(2) or AE_TYPE(1) */ member in struct:otx_cptvf
H A Dotx_cptvf_main.c651 switch (cptvf->vftype) {
889 cptvf->vftype == OTX_CPT_SE_TYPES ? OTX_CPT_SE : OTX_CPT_AE,
890 cptvf->vftype, 1, cptvf->num_vfs);
905 otx_cpt_crypto_exit(pdev, THIS_MODULE, cptvf->vftype);
943 otx_cpt_crypto_exit(pdev, THIS_MODULE, cptvf->vftype);
H A Dotx_cptvf_mbox.c109 cptvf->vftype = mbx.data;
H A Dotx_cptvf_reqmgr.c414 if ((cptvf->vftype == OTX_CPT_SE_TYPES) && (!req->ctrl.s.se_req)) {
418 } else if ((cptvf->vftype == OTX_CPT_AE_TYPES) &&

Completed in 230 milliseconds