Symbol: vftype
drivers/crypto/cavium/cpt/cptpf_mbox.c
122
vftype = cpt_bind_vq_to_grp(cpt, vf, (u8)mbx.data);
drivers/crypto/cavium/cpt/cptpf_mbox.c
123
if ((vftype != AE_TYPES) && (vftype != SE_TYPES))
drivers/crypto/cavium/cpt/cptpf_mbox.c
130
mbx.data = vftype;
drivers/crypto/cavium/cpt/cptpf_mbox.c
90
int vftype;
drivers/crypto/cavium/cpt/cptvf.h
97
u8 vftype; /* VF type of SE_TYPE(1) or AE_TYPE(1) */
drivers/crypto/cavium/cpt/cptvf_mbox.c
40
cptvf->vftype = mbx.data;
drivers/crypto/cavium/cpt/cptvf_reqmanager.c
564
if ((cptvf->vftype == SE_TYPES) && (!req->ctrl.s.se_req)) {
drivers/crypto/cavium/cpt/cptvf_reqmanager.c
568
} else if ((cptvf->vftype == AE_TYPES) && (req->ctrl.s.se_req)) {
drivers/crypto/marvell/octeontx/otx_cptpf_mbox.c
180
int vftype = 0;
drivers/crypto/marvell/octeontx/otx_cptpf_mbox.c
212
vftype = otx_cpt_bind_vq_to_grp(cpt, vf, (u8)mbx.data);
drivers/crypto/marvell/octeontx/otx_cptpf_mbox.c
213
if ((vftype != OTX_CPT_AE_TYPES) &&
drivers/crypto/marvell/octeontx/otx_cptpf_mbox.c
214
(vftype != OTX_CPT_SE_TYPES)) {
drivers/crypto/marvell/octeontx/otx_cptpf_mbox.c
220
mbx.data = vftype;
drivers/crypto/marvell/octeontx/otx_cptvf.h
73
u8 vftype; /* VF type of SE_TYPE(2) or AE_TYPE(1) */
drivers/crypto/marvell/octeontx/otx_cptvf_main.c
652
switch (cptvf->vftype) {
drivers/crypto/marvell/octeontx/otx_cptvf_main.c
890
cptvf->vftype == OTX_CPT_SE_TYPES ? OTX_CPT_SE : OTX_CPT_AE,
drivers/crypto/marvell/octeontx/otx_cptvf_main.c
891
cptvf->vftype, 1, cptvf->num_vfs);
drivers/crypto/marvell/octeontx/otx_cptvf_main.c
906
otx_cpt_crypto_exit(pdev, THIS_MODULE, cptvf->vftype);
drivers/crypto/marvell/octeontx/otx_cptvf_main.c
944
otx_cpt_crypto_exit(pdev, THIS_MODULE, cptvf->vftype);
drivers/crypto/marvell/octeontx/otx_cptvf_mbox.c
109
cptvf->vftype = mbx.data;
drivers/crypto/marvell/octeontx/otx_cptvf_reqmgr.c
414
if ((cptvf->vftype == OTX_CPT_SE_TYPES) && (!req->ctrl.s.se_req)) {
drivers/crypto/marvell/octeontx/otx_cptvf_reqmgr.c
418
} else if ((cptvf->vftype == OTX_CPT_AE_TYPES) &&