Searched refs:bman_pool (Results 1 – 4 of 4) sorted by relevance
79 struct bman_pool;88 struct bman_pool *bman_new_pool(void);94 void bman_free_pool(struct bman_pool *pool);103 int bman_get_bpid(const struct bman_pool *pool);114 int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num);127 int bman_acquire(struct bman_pool *pool, struct bm_buffer *bufs, u8 num);
245 struct bman_pool { struct250 struct bman_pool *next; argument696 struct bman_pool *bman_new_pool(void) in bman_new_pool()698 struct bman_pool *pool = NULL; in bman_new_pool()718 void bman_free_pool(struct bman_pool *pool) in bman_free_pool()726 int bman_get_bpid(const struct bman_pool *pool) in bman_get_bpid()740 int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num) in bman_release()788 int bman_acquire(struct bman_pool *pool, struct bm_buffer *bufs, u8 num) in bman_acquire()
37 static struct bman_pool *pool;
97 struct bman_pool *pool;