Home
last modified time | relevance | path

Searched defs:h_Bm (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c76 static t_Error BmHandleIpcMsgCB(t_Handle h_Bm, in BmHandleIpcMsgCB()
213 static t_Error BmSetPool(t_Handle h_Bm, in BmSetPool()
237 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds) in BmSetPoolThresholds()
278 t_Error BmUnSetPoolThresholds(t_Handle h_Bm, uint8_t bpid) in BmUnSetPoolThresholds()
319 uint32_t BmGetCounter(t_Handle h_Bm, e_BmInterModuleCounters counter, uint8_t bpid) in BmGetCounter()
389 t_Error BmGetRevision(t_Handle h_Bm, t_BmRevisionInfo *p_BmRevisionInfo) in BmGetRevision()
508 t_Error BM_Init(t_Handle h_Bm) in BM_Init()
621 t_Error BM_Free(t_Handle h_Bm) in BM_Free()
646 t_Error BM_ConfigException(t_Handle h_Bm, e_BmExceptions exception, bool enable) in BM_ConfigException()
668 t_Error BM_ConfigFbprThreshold(t_Handle h_Bm, uint32_t threshold) in BM_ConfigFbprThreshold()
[all …]
H A Dbm.h229 t_Handle h_Bm; member
262 t_Handle h_Bm; member
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()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h323 t_Handle h_Bm; /**< Bm Handle */ member
424 t_Handle h_Bm; /**< A handle to a BM Module. */ member