Home
last modified time | relevance | path

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

/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman_driver.c21 static void *bman_ccsr_map; variable
172 if (bman_ccsr_map == MAP_FAILED) { in bman_init_ccsr()
264 if (!bman_ccsr_map) in bm_pool_set()
268 out_be32(bman_ccsr_map + POOL_SWDET(bpid), in bm_pool_set()
270 out_be32(bman_ccsr_map + POOL_SWDXT(bpid), in bm_pool_set()
272 out_be32(bman_ccsr_map + POOL_HWDET(bpid), in bm_pool_set()
274 out_be32(bman_ccsr_map + POOL_HWDXT(bpid), in bm_pool_set()
284 if (!bman_ccsr_map) in bm_pool_set_hw_threshold()
289 out_be32(bman_ccsr_map + POOL_HWDET(bpid), in bm_pool_set_hw_threshold()
291 out_be32(bman_ccsr_map + POOL_HWDXT(bpid), in bm_pool_set_hw_threshold()
[all …]