Searched refs:bman_pool (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/bus/dpaa/include/ |
| H A D | fsl_bman.h | 167 struct bman_pool; 268 struct bman_pool *bman_new_pool(const struct bman_pool_params *params); 275 void bman_free_pool(struct bman_pool *pool); 285 const struct bman_pool_params *bman_get_params(const struct bman_pool *pool); 296 int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num, 310 int bman_acquire(struct bman_pool *pool, struct bm_buffer *bufs, u8 num, 326 u32 bman_query_free_buffers(struct bman_pool *pool); 333 int bman_update_pool_thresholds(struct bman_pool *pool, const u32 *thresholds);
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman.c | 42 struct bman_pool { struct 46 struct bman_pool *next; argument 183 struct bman_pool *bman_new_pool(const struct bman_pool_params *params) in bman_new_pool() 185 struct bman_pool *pool = NULL; in bman_new_pool() 227 void bman_free_pool(struct bman_pool *pool) in bman_free_pool() 236 const struct bman_pool_params *bman_get_params(const struct bman_pool *pool) in bman_get_params() 250 int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num, in bman_release() 292 int bman_acquire(struct bman_pool *pool, struct bm_buffer *bufs, u8 num, in bman_acquire() 343 u32 bman_query_free_buffers(struct bman_pool *pool) in bman_query_free_buffers() 348 int bman_update_pool_thresholds(struct bman_pool *pool, const u32 *thresholds) in bman_update_pool_thresholds()
|
| /f-stack/dpdk/drivers/mempool/dpaa/ |
| H A D | dpaa_mempool.h | 36 struct bman_pool *bp;
|
| H A D | dpaa_mempool.c | 45 struct bman_pool *bp; in dpaa_mbuf_create_pool()
|