bman_pool
struct bman_pool *pool;
struct bman_pool *next;
struct bman_pool *bman_new_pool(void)
struct bman_pool *pool = NULL;
void bman_free_pool(struct bman_pool *pool)
int bman_get_bpid(const struct bman_pool *pool)
int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num)
int bman_acquire(struct bman_pool *pool, struct bm_buffer *bufs, u8 num)
static struct bman_pool *pool;
int bman_get_bpid(const struct bman_pool *pool);
int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num);
int bman_acquire(struct bman_pool *pool, struct bm_buffer *bufs, u8 num);
struct bman_pool;
struct bman_pool *bman_new_pool(void);
void bman_free_pool(struct bman_pool *pool);