Searched refs:vftype (Results 1 – 7 of 7) 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
180 int vftype = 0; in otx_cpt_handle_mbox_intr() local212 vftype = otx_cpt_bind_vq_to_grp(cpt, vf, (u8)mbx.data); in otx_cpt_handle_mbox_intr()213 if ((vftype != OTX_CPT_AE_TYPES) && in otx_cpt_handle_mbox_intr()214 (vftype != OTX_CPT_SE_TYPES)) { in otx_cpt_handle_mbox_intr()220 mbx.data = vftype; in otx_cpt_handle_mbox_intr()
73 u8 vftype; /* VF type of SE_TYPE(2) or AE_TYPE(1) */ member
109 cptvf->vftype = mbx.data; in otx_cptvf_handle_mbox_intr()