Searched refs:vftype (Results 1 – 5 of 5) sorted by relevance
93 int vftype; in cpt_handle_mbox_intr() local125 vftype = cpt_bind_vq_to_grp(cpt, vf, (u8)mbx.data); in cpt_handle_mbox_intr()126 if ((vftype != AE_TYPES) && (vftype != SE_TYPES)) in cpt_handle_mbox_intr()133 mbx.data = vftype; in cpt_handle_mbox_intr()
100 u8 vftype; /* VF type of SE_TYPE(1) or AE_TYPE(1) */ member
60 cptvf->vftype = mbx.data; in cptvf_handle_mbox_intr()
123 enum vftype { enum
583 if ((cptvf->vftype == SE_TYPES) && (!req->ctrl.s.se_req)) { in cptvf_do_request()587 } else if ((cptvf->vftype == AE_TYPES) && (req->ctrl.s.se_req)) { in cptvf_do_request()