Searched refs:bufferPoolInfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c184 p_BmPool->bufferPoolInfo.f_PutBuf(p_BmPool->bufferPoolInfo.h_BufferPool, p_Data, h_BufContext);
208 (p_BmPoolParam->bufferPoolInfo.h_BufferPool &&
209 p_BmPoolParam->bufferPoolInfo.f_GetBuf &&
210 p_BmPoolParam->bufferPoolInfo.f_PutBuf &&
211 p_BmPoolParam->bufferPoolInfo.bufferSize)), E_INVALID_STATE, NULL);
242 memcpy(&p_BmPool->bufferPoolInfo, &p_BmPoolParam->bufferPoolInfo, sizeof(t_BufferPoolInfo));
243 if (!p_BmPool->bufferPoolInfo.f_PhysToVirt)
244 p_BmPool->bufferPoolInfo
[all...]
H A Dbm.h233 t_BufferPoolInfo bufferPoolInfo; /**< Data buffers pool information */ member in struct:BmPool
/freebsd-12-stable/sys/dev/dpaa/
H A Dbman.c223 bpp.bufferPoolInfo.h_BufferPool = h_BufferPool;
224 bpp.bufferPoolInfo.f_GetBuf = f_GetBuf;
225 bpp.bufferPoolInfo.f_PutBuf = f_PutBuf;
226 bpp.bufferPoolInfo.f_PhysToVirt = f_PhysToVirt;
227 bpp.bufferPoolInfo.f_VirtToPhys = f_VirtToPhys;
228 bpp.bufferPoolInfo.bufferSize = bufferSize;
/freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h430 t_BufferPoolInfo bufferPoolInfo; /**< Data buffers pool information */ member in struct:__anon10929

Completed in 70 milliseconds