Lines Matching refs:portal
199 t_Handle pool, portal; in bman_pool_create() local
208 portal = bman_portal_setup(sc); in bman_pool_create()
209 if (portal == NULL) in bman_pool_create()
214 bpp.h_BmPortal = portal; in bman_pool_create()
294 t_Handle portal; in bman_pool_fill() local
300 portal = bman_portal_setup(sc); in bman_pool_fill()
301 if (portal == NULL) { in bman_pool_fill()
306 error = BM_POOL_FillBufs(pool, portal, nbufs); in bman_pool_fill()
317 t_Handle portal; in bman_get_buffer() local
323 portal = bman_portal_setup(sc); in bman_get_buffer()
324 if (portal == NULL) { in bman_get_buffer()
329 buffer = BM_POOL_GetBuf(pool, portal); in bman_get_buffer()
340 t_Handle portal; in bman_put_buffer() local
346 portal = bman_portal_setup(sc); in bman_put_buffer()
347 if (portal == NULL) { in bman_put_buffer()
352 error = BM_POOL_PutBuf(pool, portal, buffer); in bman_put_buffer()