Searched refs:bman_release (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/soc/fsl/ |
H A D | bman.h | 106 * bman_release - Release buffer(s) to the buffer pool 114 int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num);
|
/kernel/linux/linux-6.6/include/soc/fsl/ |
H A D | bman.h | 106 * bman_release - Release buffer(s) to the buffer pool 114 int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num);
|
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
H A D | bman_test_api.c | 119 if (bman_release(pool, bufs_in + i, num)) { in bman_test_api() 120 pr_crit("bman_release() failed\n"); in bman_test_api()
|
H A D | bman.c | 739 int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num) in bman_release() function 785 EXPORT_SYMBOL(bman_release); variable
|
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/ |
H A D | bman_test_api.c | 119 if (bman_release(pool, bufs_in + i, num)) { in bman_test_api() 120 pr_crit("bman_release() failed\n"); in bman_test_api()
|
H A D | bman.c | 738 int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num) in bman_release() function 784 EXPORT_SYMBOL(bman_release); variable
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 1299 err = bman_release(dpaa_bp->pool, bmb, cnt); in dpaa_bman_release() 1542 /* Avoid releasing a completely null buffer; bman_release() requires in dpaa_bp_add_8_bufs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 1346 err = bman_release(dpaa_bp->pool, bmb, cnt); in dpaa_bman_release() 1584 /* Avoid releasing a completely null buffer; bman_release() requires in dpaa_bp_add_8_bufs()
|
Completed in 16 milliseconds