Searched refs:h_Portal (Results 1 – 2 of 2) sorted by relevance
311 static __inline__ void BmSetPortalHandle(t_Handle h_Bm, t_Handle h_Portal, e_DpaaSwPortal portalId) in BmSetPortalHandle() argument313 ASSERT_COND(!((t_Bm*)h_Bm)->h_Portals[portalId] || !h_Portal); in BmSetPortalHandle()314 ((t_Bm*)h_Bm)->h_Portals[portalId] = h_Portal; in BmSetPortalHandle()
602 static __inline__ void QmSetPortalHandle(t_Handle h_Qm, t_Handle h_Portal, e_DpaaSwPortal portalId) in QmSetPortalHandle() argument604 ASSERT_COND(!((t_Qm*)h_Qm)->h_Portals[portalId] || !h_Portal); in QmSetPortalHandle()605 ((t_Qm*)h_Qm)->h_Portals[portalId] = h_Portal; in QmSetPortalHandle()