Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c122 struct mlx5_flow_counter_pool **ppool) in flow_verbs_counter_get_by_idx()
126 struct mlx5_flow_counter_pool *pool; in flow_verbs_counter_get_by_idx()
219 struct mlx5_flow_counter_pool *pool = NULL; in flow_verbs_counter_new()
235 struct mlx5_flow_counter_pool **pools; in flow_verbs_counter_new()
240 size = sizeof(struct mlx5_flow_counter_pool *) * in flow_verbs_counter_new()
248 sizeof(struct mlx5_flow_counter_pool *) * in flow_verbs_counter_new()
297 struct mlx5_flow_counter_pool *pool; in flow_verbs_counter_release()
325 struct mlx5_flow_counter_pool *pool; in flow_verbs_counter_query()
1179 struct mlx5_flow_counter_pool *pool; in flow_verbs_translate_action_count()
H A Dmlx5.h429 struct mlx5_flow_counter_pool;
464 struct mlx5_flow_counter_pool *pool; /**< Counter pool. */
480 struct mlx5_flow_counter_pool { struct
481 TAILQ_ENTRY(mlx5_flow_counter_pool) next;
511 TAILQ_HEAD(mlx5_counter_pools, mlx5_flow_counter_pool); argument
525 struct mlx5_flow_counter_pool **pools; /* Counter pool array. */
H A Dmlx5_flow_dv.c5875 struct mlx5_flow_counter_pool **ppool) in flow_dv_counter_get_by_idx()
5879 struct mlx5_flow_counter_pool *pool; in flow_dv_counter_get_by_idx()
5924 static struct mlx5_flow_counter_pool *
5928 struct mlx5_flow_counter_pool *pool = NULL; in flow_dv_find_pool_by_id()
6012 struct mlx5_flow_counter_pool *pool = NULL; in _flow_dv_query_count()
6049 static struct mlx5_flow_counter_pool *
6054 struct mlx5_flow_counter_pool *pool; in flow_dv_pool_create()
6111 static struct mlx5_flow_counter_pool *
6118 struct mlx5_flow_counter_pool *pool; in flow_dv_counter_pool_prepare()
6186 struct mlx5_flow_counter_pool *pool = NULL; in flow_dv_counter_alloc()
[all …]
H A Dmlx5_flow.c8864 struct mlx5_flow_counter_pool *pool) in mlx5_flow_set_counter_stat_mem()
8920 struct mlx5_flow_counter_pool *pool; in mlx5_flow_query_alarm()
8981 struct mlx5_flow_counter_pool *pool) in mlx5_flow_aging_check()
9046 struct mlx5_flow_counter_pool *pool = in mlx5_flow_async_pool_query_handle()
9047 (struct mlx5_flow_counter_pool *)(uintptr_t)async_id; in mlx5_flow_async_pool_query_handle()
H A Dmlx5.c600 struct mlx5_flow_counter_pool *pool; in mlx5_flow_counters_mng_close()