Lines Matching +full:bman +full:- +full:portals
1 /*-
2 * Copyright (c) 2011-2012 Semihalf.
35 * BMAN Configuration
38 /* Maximum number of buffers in all BMAN pools */
63 t_Handle sc_bh; /* BMAN handle */
64 t_Handle sc_bph[MAXCPU]; /* BMAN portal handles */
65 vm_paddr_t sc_bp_pa; /* BMAN portals PA */
74 * @brief Function to create BMAN pool.
124 * @returns Handle to newly created BMAN pool or NULL on error.
142 * The bman_pool_fill() function fills the BMAN pool with buffers. The buffers
145 * @param pool The BMAN pool handle.
156 * The bman_pool_destroy() function destroys the BMAN pool. Buffers for pool
159 * @param pool The BMAN pool handle.
166 * @brief Get a buffer from BMAN pool.
168 * @param pool The BMAN pool handle.
175 * @brief Put a buffer to BMAN pool.
177 * @param pool The BMAN pool handle.
187 * @param pool The BMAN pool handle.