Searched refs:vftype (Results 1 – 5 of 5) sorted by relevance
90 int vftype; in cpt_handle_mbox_intr() local122 vftype = cpt_bind_vq_to_grp(cpt, vf, (u8)mbx.data); in cpt_handle_mbox_intr()123 if ((vftype != AE_TYPES) && (vftype != SE_TYPES)) in cpt_handle_mbox_intr()130 mbx.data = vftype; in cpt_handle_mbox_intr()
97 u8 vftype; /* VF type of SE_TYPE(1) or AE_TYPE(1) */ member
40 cptvf->vftype = mbx.data; in cptvf_handle_mbox_intr()
120 enum vftype { enum
570 if ((cptvf->vftype == SE_TYPES) && (!req->ctrl.s.se_req)) { in cptvf_do_request()574 } else if ((cptvf->vftype == AE_TYPES) && (req->ctrl.s.se_req)) { in cptvf_do_request()