Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h417 struct mlx5_flow_counter_pool { struct
419 struct mlx5_counters counters[2]; /* Free counter list. */
420 struct mlx5_devx_obj *min_dcs;
422 uint64_t time_of_last_age_check;
424 uint32_t index:30; /* Pool index in container. */
425 uint32_t is_aged:1; /* Pool with aging counter. */
449 TAILQ_HEAD(mlx5_counter_pools, mlx5_flow_counter_pool); argument