Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.c199 int ret = bm_pool_set(bpid, params->thresholds); in bman_new_pool()
218 bm_pool_set(bpid, zero_thresholds); in bman_new_pool()
230 bm_pool_set(pool->params.bpid, zero_thresholds); in bman_free_pool()
354 return bm_pool_set(bpid, thresholds); in bman_update_pool_thresholds()
H A Dbman_priv.h87 int bm_pool_set(u32 bpid, const u32 *thresholds);
H A Dbman_driver.c257 int bm_pool_set(u32 bpid, const u32 *thresholds) in bm_pool_set() function