Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c6415 struct mlx5_counter_stats_mem_mng *mem_mng; in mlx5_flow_create_counter_stat_mem_mng() local
6440 if (!mem_mng->umem) { in mlx5_flow_create_counter_stat_mem_mng()
6447 mkey_attr.umem_id = mlx5_os_get_umem_id(mem_mng->umem); in mlx5_flow_create_counter_stat_mem_mng()
6456 if (!mem_mng->dm) { in mlx5_flow_create_counter_stat_mem_mng()
6457 mlx5_glue->devx_umem_dereg(mem_mng->umem); in mlx5_flow_create_counter_stat_mem_mng()
6465 mem_mng->raws[i].mem_mng = mem_mng; in mlx5_flow_create_counter_stat_mem_mng()
6470 mem_mng->raws + MLX5_CNT_CONTAINER_RESIZE + i, in mlx5_flow_create_counter_stat_mem_mng()
6472 LIST_INSERT_HEAD(&sh->cmng.mem_mngs, mem_mng, next); in mlx5_flow_create_counter_stat_mem_mng()
6473 sh->cmng.mem_mng = mem_mng; in mlx5_flow_create_counter_stat_mem_mng()
6500 pool->raw = cmng->mem_mng->raws + pool->index % in mlx5_flow_set_counter_stat_mem()
[all …]
H A Dmlx5.h445 struct mlx5_counter_stats_mem_mng *mem_mng; member
464 struct mlx5_counter_stats_mem_mng *mem_mng; member