Lines Matching refs:t_Handle
229 t_Handle h_Bm;
230 t_Handle h_BmPortal;
235 …t_Handle h_App; /**< opaque user value passed as a parameter to 'cb' */
262 t_Handle h_Bm;
297 t_Handle h_BpidMm;
298 t_Handle h_SpinLock;
299 t_Handle h_Portals[DPAA_MAX_NUM_OF_SW_PORTALS];
300 t_Handle h_Session;
306 t_Handle h_App;
311 static __inline__ void BmSetPortalHandle(t_Handle h_Bm, t_Handle h_Portal, e_DpaaSwPortal portalId) in BmSetPortalHandle()
317 static __inline__ t_Handle BmGetPortalHandle(t_Handle h_Bm) in BmGetPortalHandle()
446 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds);
447 t_Error BmUnSetPoolThresholds(t_Handle h_Bm, uint8_t bpid);
448 uint8_t BmPortalAcquire(t_Handle h_BmPortal, uint8_t bpid, struct bm_buffer *bufs, uint8_t num);
449 t_Error BmPortalRelease(t_Handle h_BmPortal, uint8_t bpid, struct bm_buffer *bufs, uint8_t num, uin…
450 t_Error BmPortalQuery(t_Handle h_BmPortal, struct bman_depletion *p_Pools, bool depletion);
451 uint32_t BmGetCounter(t_Handle h_Bm, e_BmInterModuleCounters counter, uint8_t bpid);
452 t_Error BmGetRevision(t_Handle h_Bm, t_BmRevisionInfo *p_BmRevisionInfo);