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; argument695 struct bman_pool *bman_new_pool(void) in bman_new_pool()697 struct bman_pool *pool = NULL; in bman_new_pool()716 void bman_free_pool(struct bman_pool *pool) in bman_free_pool()724 int bman_get_bpid(const struct bman_pool *pool) in bman_get_bpid()738 int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num) in bman_release()786 int bman_acquire(struct bman_pool *pool, struct bm_buffer *bufs, u8 num) in bman_acquire()
37 static struct bman_pool *pool;
75 struct bman_pool *pool;