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