Home
last modified time | relevance | path

Searched refs:bman_pool_params (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_bman.h170 struct bman_pool_params { struct
268 struct bman_pool *bman_new_pool(const struct bman_pool_params *params);
285 const struct bman_pool_params *bman_get_params(const struct bman_pool *pool);
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.c43 struct bman_pool_params params;
183 struct bman_pool *bman_new_pool(const struct bman_pool_params *params) in bman_new_pool()
236 const struct bman_pool_params *bman_get_params(const struct bman_pool *pool) in bman_get_params()
/f-stack/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.c50 struct bman_pool_params params = { in dpaa_mbuf_create_pool()