Searched defs:mlx5_flow_counter_pool (Results 1 – 1 of 1) sorted by relevance
480 struct mlx5_flow_counter_pool { struct482 struct mlx5_counters counters[2]; /* Free counter list. */483 struct mlx5_devx_obj *min_dcs;485 uint64_t time_of_last_age_check;487 uint32_t index:30; /* Pool index in container. */511 TAILQ_HEAD(mlx5_counter_pools, mlx5_flow_counter_pool); argument