Home
last modified time | relevance | path

Searched refs:t_Bm (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c82 t_Bm *p_Bm = (t_Bm*)h_Bm; in BmHandleIpcMsgCB()
181 static t_Error CheckBmParameters(t_Bm *p_Bm) in CheckBmParameters()
220 t_Bm *p_Bm = (t_Bm*)h_Bm; in BmSetPool()
239 t_Bm *p_Bm = (t_Bm*)h_Bm; in BmSetPoolThresholds()
280 t_Bm *p_Bm = (t_Bm*)h_Bm; in BmUnSetPoolThresholds()
321 t_Bm *p_Bm = (t_Bm*)h_Bm; in BmGetCounter()
391 t_Bm *p_Bm = (t_Bm*)h_Bm; in BmGetRevision()
442 static void FreeInitResources(t_Bm *p_Bm) in FreeInitResources()
458 t_Bm *p_Bm; in BM_Config()
462 p_Bm = (t_Bm *)XX_Malloc(sizeof(t_Bm)); in BM_Config()
[all …]
H A Dbm.h309 } t_Bm; typedef
313 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()
319 t_Bm *p_Bm = (t_Bm*)h_Bm; in BmGetPortalHandle()
340 static __inline__ uint32_t BmBpidGet(t_Bm *p_Bm, bool force, uint32_t base) in BmBpidGet()
402 static __inline__ t_Error BmBpidPut(t_Bm *p_Bm, uint32_t base) in BmBpidPut()