vftype             90 drivers/crypto/cavium/cpt/cptpf_mbox.c 	int vftype;
vftype            122 drivers/crypto/cavium/cpt/cptpf_mbox.c 		vftype = cpt_bind_vq_to_grp(cpt, vf, (u8)mbx.data);
vftype            123 drivers/crypto/cavium/cpt/cptpf_mbox.c 		if ((vftype != AE_TYPES) && (vftype != SE_TYPES))
vftype            130 drivers/crypto/cavium/cpt/cptpf_mbox.c 			mbx.data = vftype;
vftype             97 drivers/crypto/cavium/cpt/cptvf.h 	u8 vftype; /* VF type of SE_TYPE(1) or AE_TYPE(1) */
vftype             40 drivers/crypto/cavium/cpt/cptvf_mbox.c 		cptvf->vftype = mbx.data;
vftype            570 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	if ((cptvf->vftype == SE_TYPES) && (!req->ctrl.s.se_req)) {
vftype            574 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	} else if ((cptvf->vftype == AE_TYPES) && (req->ctrl.s.se_req)) {