Lines Matching full:buffers
38 /* Maximum number of buffers in all BMAN pools */
79 * @param bufferSize The size of buffers in newly created pool.
81 * @param maxBuffers The maximum number of buffers in software stockpile.
84 * @param minBuffers The minimum number of buffers in software stockpile.
87 * @param allocBuffers The number of buffers to preallocate during pool
140 * @brief Fill pool with buffers.
142 * The bman_pool_fill() function fills the BMAN pool with buffers. The buffers
146 * @param nbufs The number of buffers to allocate. To maximize
156 * The bman_pool_destroy() function destroys the BMAN pool. Buffers for pool
185 * @brief Count free buffers in given pool.
189 * @returns Number of free buffers in pool.