Home
last modified time | relevance | path

Searched refs:bman_pool (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/soc/fsl/
H A Dbman.h79 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);
/openbmc/linux/drivers/soc/fsl/qbman/
H A Dbman.c245 struct bman_pool { struct
250 struct bman_pool *next; argument
695 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()
H A Dbman_test_api.c37 static struct bman_pool *pool;
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h75 struct bman_pool *pool;