Home
last modified time | relevance | path

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

/linux/include/soc/fsl/
H A Dbman.h84 * bman_new_pool - Allocates a Buffer Pool object
88 struct bman_pool *bman_new_pool(void);
/linux/drivers/soc/fsl/qbman/
H A Dbman_test_api.c105 pool = bman_new_pool(); in bman_test_api()
107 pr_crit("bman_new_pool() failed\n"); in bman_test_api()
H A Dbman.c695 struct bman_pool *bman_new_pool(void) in bman_new_pool() function
714 EXPORT_SYMBOL(bman_new_pool);
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c556 dpaa_bp->pool = bman_new_pool(); in dpaa_bp_alloc_pool()
558 pr_err("%s: bman_new_pool() failed\n", in dpaa_bp_alloc_pool()