Searched refs:h_Portal (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.h311 static __inline__ void BmSetPortalHandle(t_Handle h_Bm, t_Handle h_Portal, e_DpaaSwPortal portalId) argument
313 ASSERT_COND(!((t_Bm*)h_Bm)->h_Portals[portalId] || !h_Portal);
314 ((t_Bm*)h_Bm)->h_Portals[portalId] = h_Portal;
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h602 static __inline__ void QmSetPortalHandle(t_Handle h_Qm, t_Handle h_Portal, e_DpaaSwPortal portalId) argument
604 ASSERT_COND(!((t_Qm*)h_Qm)->h_Portals[portalId] || !h_Portal);
605 ((t_Qm*)h_Qm)->h_Portals[portalId] = h_Portal;

Completed in 57 milliseconds