Searched refs:h_Bm (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h157 @Param[in] h_Bm - A handle to the BM module
163 t_Error BM_Init(t_Handle h_Bm);
172 @Param[in] h_Bm - A handle to the BM module
176 t_Error BM_Free(t_Handle h_Bm);
194 @Param[in] h_Bm - A handle to the BM module
201 t_Error BM_ConfigFbprThreshold(t_Handle h_Bm, uint32_t threshold);
236 @Param[in] h_Bm A handle to an BM Module.
242 t_Error BM_DumpRegs(t_Handle h_Bm);
251 @Param[in] h_Bm - A handle to the BM Module.
257 t_Error BM_SetException(t_Handle h_Bm, e_BmException
323 t_Handle h_Bm; /**< Bm Handle */ member in struct:__anon10928
424 t_Handle h_Bm; /**< A handle to a BM Module. */ member in struct:__anon10929
[all...]
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c52 t_Error BM_ConfigException(t_Handle h_Bm, e_BmExceptions exception, bool enable);
76 static t_Error BmHandleIpcMsgCB(t_Handle h_Bm, argument
82 t_Bm *p_Bm = (t_Bm*)h_Bm;
145 p_IpcReply->error = (uint32_t)BmGetRevision(h_Bm, &revInfo);
213 static t_Error BmSetPool(t_Handle h_Bm, argument
220 t_Bm *p_Bm = (t_Bm*)h_Bm;
237 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds) argument
239 t_Bm *p_Bm = (t_Bm*)h_Bm;
246 return BmSetPool(h_Bm,
278 t_Error BmUnSetPoolThresholds(t_Handle h_Bm, uint8_ argument
319 BmGetCounter(t_Handle h_Bm, e_BmInterModuleCounters counter, uint8_t bpid) argument
389 BmGetRevision(t_Handle h_Bm, t_BmRevisionInfo *p_BmRevisionInfo) argument
508 BM_Init(t_Handle h_Bm) argument
621 BM_Free(t_Handle h_Bm) argument
646 BM_ConfigException(t_Handle h_Bm, e_BmExceptions exception, bool enable) argument
668 BM_ConfigFbprThreshold(t_Handle h_Bm, uint32_t threshold) argument
680 BM_ErrorIsr(t_Handle h_Bm) argument
707 BM_GetCounter(t_Handle h_Bm, e_BmCounters counter) argument
727 BM_SetException(t_Handle h_Bm, e_BmExceptions exception, bool enable) argument
750 BM_GetRevision(t_Handle h_Bm, t_BmRevisionInfo *p_BmRevisionInfo) argument
761 BM_DumpRegs(t_Handle h_Bm) argument
[all...]
H A Dbm.h229 t_Handle h_Bm; member in struct:BmPool
262 t_Handle h_Bm; member in struct:__anon10743
311 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;
317 static __inline__ t_Handle BmGetPortalHandle(t_Handle h_Bm) argument
319 t_Bm *p_Bm = (t_Bm*)h_Bm;
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);
451 uint32_t BmGetCounter(t_Handle h_Bm, e_BmInterModuleCounter
[all...]
H A Dbm_pool.c175 BmUnSetPoolThresholds(p_BmPool->h_Bm, p_BmPool->bpid);
186 BmBpidPut(p_BmPool->h_Bm, p_BmPool->bpid);
206 SANITY_CHECK_RETURN_VALUE(p_BmPoolParam->h_Bm, E_INVALID_HANDLE, NULL);
230 p_BmPool->h_Bm = p_BmPoolParam->h_Bm;
238 p_BmPool->h_BmPortal = BmGetPortalHandle(p_BmPool->h_Bm);
276 if((p_BmPool->bpid = (uint8_t)BmBpidGet(p_BmPool->h_Bm, FALSE, (uint32_t)0)) == (uint8_t)ILLEGAL_BASE)
284 if (BmBpidGet(p_BmPool->h_Bm, TRUE, (uint32_t)p_BmPool->bpid) == (uint32_t)ILLEGAL_BASE)
292 if(BmSetPoolThresholds(p_BmPool->h_Bm, p_BmPool->bpid, p_BmPool->p_BmPoolDriverParams->depletionThresholds))
420 SANITY_CHECK_RETURN_VALUE(p_BmPool->h_Bm, E_INVALID_HANDL
[all...]
H A Dbm_portal.c461 SANITY_CHECK_RETURN_VALUE(p_BmPortalParam->h_Bm, E_INVALID_HANDLE, NULL);
495 p_BmPortal->h_Bm = p_BmPortalParam->h_Bm;
519 BmSetPortalHandle(p_BmPortal->h_Bm, (t_Handle)p_BmPortal, (e_DpaaSwPortal)p_BmPortal->cpu);
545 BmSetPortalHandle(p_BmPortal->h_Bm, NULL, (e_DpaaSwPortal)p_BmPortal->cpu);
/freebsd-12-stable/sys/dev/dpaa/
H A Dbman_portals.c155 bpp.h_Bm = bsc->sc_bh;
H A Dbman.c218 bpp.h_Bm = sc->sc_bh;

Completed in 175 milliseconds