Searched refs:bman_acquire (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/soc/fsl/qbman/ |
H A D | bman_test_api.c | 132 tmp = bman_acquire(pool, bufs_out + i - num, num); in bman_test_api() 136 i = bman_acquire(pool, NULL, 1); in bman_test_api()
|
H A D | bman.c | 786 int bman_acquire(struct bman_pool *pool, struct bm_buffer *bufs, u8 num) in bman_acquire() function 813 EXPORT_SYMBOL(bman_acquire);
|
/linux/include/soc/fsl/ |
H A D | bman.h | 127 int bman_acquire(struct bman_pool *pool, struct bm_buffer *bufs, u8 num);
|
/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 594 ret = bman_acquire(bp->pool, bmb, num); in dpaa_bp_drain()
|