Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h366 struct mlx5_flow_counter_pool;
401 struct mlx5_flow_counter_pool *pool; /**< Counter pool. */
417 struct mlx5_flow_counter_pool { struct
418 TAILQ_ENTRY(mlx5_flow_counter_pool) next;
449 TAILQ_HEAD(mlx5_counter_pools, mlx5_flow_counter_pool); argument
463 struct mlx5_flow_counter_pool **pools; /* Counter pool array. */
H A Dmlx5_flow_verbs.c158 struct mlx5_flow_counter_pool **ppool) in flow_verbs_counter_get_by_idx()
162 struct mlx5_flow_counter_pool *pool; in flow_verbs_counter_get_by_idx()
257 struct mlx5_flow_counter_pool *pool = NULL; in flow_verbs_counter_new()
277 struct mlx5_flow_counter_pool **pools; in flow_verbs_counter_new()
282 size = sizeof(struct mlx5_flow_counter_pool *) * in flow_verbs_counter_new()
290 sizeof(struct mlx5_flow_counter_pool *) * in flow_verbs_counter_new()
347 struct mlx5_flow_counter_pool *pool; in flow_verbs_counter_release()
378 struct mlx5_flow_counter_pool *pool; in flow_verbs_counter_query()
1182 struct mlx5_flow_counter_pool *pool; in flow_verbs_translate_action_count()
H A Dmlx5_flow_dv.c4570 struct mlx5_flow_counter_pool **ppool) in flow_dv_counter_get_by_idx()
4574 struct mlx5_flow_counter_pool *pool; in flow_dv_counter_get_by_idx()
4619 static struct mlx5_flow_counter_pool *
4623 struct mlx5_flow_counter_pool *pool = NULL; in flow_dv_find_pool_by_id()
4707 struct mlx5_flow_counter_pool *pool = NULL; in _flow_dv_query_count()
4744 static struct mlx5_flow_counter_pool *
4749 struct mlx5_flow_counter_pool *pool; in flow_dv_pool_create()
4806 static struct mlx5_flow_counter_pool *
4813 struct mlx5_flow_counter_pool *pool; in flow_dv_counter_pool_prepare()
4881 struct mlx5_flow_counter_pool *pool = NULL; in flow_dv_counter_alloc()
[all …]
H A Dmlx5_flow.c6490 struct mlx5_flow_counter_pool *pool) in mlx5_flow_set_counter_stat_mem()
6546 struct mlx5_flow_counter_pool *pool; in mlx5_flow_query_alarm()
6607 struct mlx5_flow_counter_pool *pool) in mlx5_flow_aging_check()
6672 struct mlx5_flow_counter_pool *pool = in mlx5_flow_async_pool_query_handle()
6673 (struct mlx5_flow_counter_pool *)(uintptr_t)async_id; in mlx5_flow_async_pool_query_handle()
H A Dmlx5.c509 struct mlx5_flow_counter_pool *pool; in mlx5_flow_counters_mng_close()