Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c8804 struct mlx5_counter_stats_mem_mng *mem_mng; in mlx5_flow_create_counter_stat_mem_mng() local
8826 mem_mng = (struct mlx5_counter_stats_mem_mng *)(mem + size) - 1; in mlx5_flow_create_counter_stat_mem_mng()
8830 &mem_mng->wm); in mlx5_flow_create_counter_stat_mem_mng()
8836 mem_mng->raws = (struct mlx5_counter_stats_raw *)(mem + size); in mlx5_flow_create_counter_stat_mem_mng()
8839 mem_mng->raws[i].mem_mng = mem_mng; in mlx5_flow_create_counter_stat_mem_mng()
8840 mem_mng->raws[i].data = raw_data + i * MLX5_COUNTERS_PER_POOL; in mlx5_flow_create_counter_stat_mem_mng()
8844 mem_mng->raws + MLX5_CNT_CONTAINER_RESIZE + i, in mlx5_flow_create_counter_stat_mem_mng()
8846 LIST_INSERT_HEAD(&sh->cmng.mem_mngs, mem_mng, next); in mlx5_flow_create_counter_stat_mem_mng()
8847 sh->cmng.mem_mng = mem_mng; in mlx5_flow_create_counter_stat_mem_mng()
8874 pool->raw = cmng->mem_mng->raws + pool->index % in mlx5_flow_set_counter_stat_mem()
[all …]
H A Dmlx5.h507 struct mlx5_counter_stats_mem_mng *mem_mng; member
526 struct mlx5_counter_stats_mem_mng *mem_mng; member