Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c57 struct mlx5_fs_pool fc_pool; member
60 static void mlx5_fc_pool_init(struct mlx5_fs_pool *fc_pool, struct mlx5_core_dev *dev);
61 static void mlx5_fc_pool_cleanup(struct mlx5_fs_pool *fc_pool);
62 static struct mlx5_fc *mlx5_fc_pool_acquire_counter(struct mlx5_fs_pool *fc_pool);
63 static void mlx5_fc_pool_release_counter(struct mlx5_fs_pool *fc_pool, struct mlx5_fc *fc);
167 mlx5_fc_pool_release_counter(&fc_stats->fc_pool, counter); in mlx5_fc_release()
211 struct mlx5_core_dev *dev = fc_stats->fc_pool.dev; in mlx5_fc_stats_work()
247 counter = mlx5_fc_pool_acquire_counter(&fc_stats->fc_pool); in mlx5_fc_acquire()
328 mlx5_fc_pool_init(&fc_stats->fc_pool, dev); in mlx5_init_fc_stats()
355 mlx5_fc_pool_cleanup(&fc_stats->fc_pool); in mlx5_cleanup_fc_stats()
[all …]