Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c70 static void mlx5_fc_pool_init(struct mlx5_fc_pool *fc_pool, struct mlx5_core_dev *dev);
71 static void mlx5_fc_pool_cleanup(struct mlx5_fc_pool *fc_pool);
72 static struct mlx5_fc *mlx5_fc_pool_acquire_counter(struct mlx5_fc_pool *fc_pool);
73 static void mlx5_fc_pool_release_counter(struct mlx5_fc_pool *fc_pool, struct mlx5_fc *fc);
570 static void mlx5_fc_pool_init(struct mlx5_fc_pool *fc_pool, struct mlx5_core_dev *dev) in mlx5_fc_pool_init()
582 static void mlx5_fc_pool_cleanup(struct mlx5_fc_pool *fc_pool) in mlx5_fc_pool_cleanup()
596 static void mlx5_fc_pool_update_threshold(struct mlx5_fc_pool *fc_pool) in mlx5_fc_pool_update_threshold()
603 mlx5_fc_pool_alloc_new_bulk(struct mlx5_fc_pool *fc_pool) in mlx5_fc_pool_alloc_new_bulk()
616 mlx5_fc_pool_free_bulk(struct mlx5_fc_pool *fc_pool, struct mlx5_fc_bulk *bulk) in mlx5_fc_pool_free_bulk()
644 mlx5_fc_pool_acquire_counter(struct mlx5_fc_pool *fc_pool) in mlx5_fc_pool_acquire_counter()
[all …]
/kernel/linux/linux-5.10/include/linux/mlx5/
Ddriver.h473 struct mlx5_fc_pool { struct
496 struct mlx5_fc_pool fc_pool; argument