Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c72 static void mlx5_fc_pool_init(struct mlx5_fc_pool *fc_pool, struct mlx5_core_dev *dev);
73 static void mlx5_fc_pool_cleanup(struct mlx5_fc_pool *fc_pool);
74 static struct mlx5_fc *mlx5_fc_pool_acquire_counter(struct mlx5_fc_pool *fc_pool);
75 static void mlx5_fc_pool_release_counter(struct mlx5_fc_pool *fc_pool, struct mlx5_fc *fc);
231 mlx5_fc_pool_release_counter(&fc_stats->fc_pool, counter); in mlx5_fc_release()
341 counter = mlx5_fc_pool_acquire_counter(&fc_stats->fc_pool); in mlx5_fc_acquire()
449 mlx5_fc_pool_init(&fc_stats->fc_pool, dev); in mlx5_init_fc_stats()
475 mlx5_fc_pool_cleanup(&fc_stats->fc_pool); in mlx5_cleanup_fc_stats()
628 static void mlx5_fc_pool_init(struct mlx5_fc_pool *fc_pool, struct mlx5_core_dev *dev) in mlx5_fc_pool_init() argument
630 fc_pool->dev = dev; in mlx5_fc_pool_init()
[all …]
/Linux-v6.1/include/linux/mlx5/
Ddriver.h501 struct mlx5_fc_pool fc_pool; member