Lines Matching refs:bpp
200 t_BmPoolParam bpp; in bman_pool_create() local
212 memset(&bpp, 0, sizeof(bpp)); in bman_pool_create()
213 bpp.h_Bm = sc->sc_bh; in bman_pool_create()
214 bpp.h_BmPortal = portal; in bman_pool_create()
215 bpp.h_App = h_BufferPool; in bman_pool_create()
216 bpp.numOfBuffers = allocBuffers; in bman_pool_create()
218 bpp.bufferPoolInfo.h_BufferPool = h_BufferPool; in bman_pool_create()
219 bpp.bufferPoolInfo.f_GetBuf = f_GetBuf; in bman_pool_create()
220 bpp.bufferPoolInfo.f_PutBuf = f_PutBuf; in bman_pool_create()
221 bpp.bufferPoolInfo.f_PhysToVirt = f_PhysToVirt; in bman_pool_create()
222 bpp.bufferPoolInfo.f_VirtToPhys = f_VirtToPhys; in bman_pool_create()
223 bpp.bufferPoolInfo.bufferSize = bufferSize; in bman_pool_create()
225 pool = BM_POOL_Config(&bpp); in bman_pool_create()