Searched refs:h_BmPortal (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h352 @Param[in] h_BmPortal - A handle to a BM-Portal module
356 t_Error BM_PORTAL_Init(t_Handle h_BmPortal);
365 @Param[in] h_BmPortal - BM Portal module descriptor
369 t_Error BM_PORTAL_Free(t_Handle h_BmPortal);
377 @Param[in] h_BmPortal - A handle to a BM-Portal module
384 t_Error BM_PORTAL_ConfigMemAttr(t_Handle h_BmPortal, uint32_t hwExtStructsMemAttr);
425 t_Handle h_BmPortal; /**< A handle to a BM Portal Module. member in struct:__anon9768
625 @Param[in] h_BmPortal - A handle to a BM Portal Module;
630 void * BM_POOL_GetBuf(t_Handle h_BmPool, t_Handle h_BmPortal);
638 @Param[in] h_BmPortal
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c60 t_BmPortal *p_Portal = (t_BmPortal *)p_BmPool->h_BmPortal;
70 t_BmPortal *p_Portal = (t_BmPortal *)p_BmPool->h_BmPortal;
79 t_Handle h_BmPortal,
90 return BmPortalRelease(h_BmPortal, p_BmPool->bpid, bufs, num, flags);
119 t_Error ret = BmPortalRelease(h_BmPortal,
133 static int BmPoolAcquire(t_BmPool *p_BmPool,t_Handle h_BmPortal, argument
142 return BmPortalAcquire(h_BmPortal, p_BmPool->bpid, bufs, num);
147 p_BmPool->spFill += BmPortalAcquire(h_BmPortal,
179 p_Data = BM_POOL_GetBuf(p_BmPool, p_BmPool->h_BmPortal);
231 p_BmPool->h_BmPortal
78 BmPoolRelease(t_BmPool *p_BmPool, t_Handle h_BmPortal, struct bm_buffer *bufs, uint8_t num, uint32_t flags) argument
402 BM_POOL_GetBuf(t_Handle h_BmPool, t_Handle h_BmPortal) argument
441 BM_POOL_PutBuf(t_Handle h_BmPool, t_Handle h_BmPortal, void *p_Buff) argument
475 BM_POOL_FillBufs(t_Handle h_BmPool, t_Handle h_BmPortal, uint32_t numBufs) argument
[all...]
H A Dbm_portal.c368 t_Error BmPortalRelease(t_Handle h_BmPortal, argument
374 t_BmPortal *p_BmPortal = (t_BmPortal *)h_BmPortal;
404 uint8_t BmPortalAcquire(t_Handle h_BmPortal, argument
409 t_BmPortal *p_BmPortal = (t_BmPortal *)h_BmPortal;
433 t_Error BmPortalQuery(t_Handle h_BmPortal, struct bman_depletion *p_Pools, bool depletion) argument
435 t_BmPortal *p_BmPortal = (t_BmPortal *)h_BmPortal;
503 t_Error BM_PORTAL_Init(t_Handle h_BmPortal) argument
505 t_BmPortal *p_BmPortal = (t_BmPortal *)h_BmPortal;
539 t_Error BM_PORTAL_Free(t_Handle h_BmPortal) argument
541 t_BmPortal *p_BmPortal = (t_BmPortal *)h_BmPortal;
551 BM_PORTAL_ConfigMemAttr(t_Handle h_BmPortal, uint32_t hwExtStructsMemAttr) argument
[all...]
H A Dbm.h230 t_Handle h_BmPortal; member in struct:BmPool
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, uint32_t flags);
450 t_Error BmPortalQuery(t_Handle h_BmPortal, struct bman_depletion *p_Pools, bool depletion);
/freebsd-current/sys/dev/dpaa/
H A Dbman.c214 bpp.h_BmPortal = portal;

Completed in 70 milliseconds