Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c68 static void mlx5_fc_pool_init(struct mlx5_fc_pool *fc_pool, struct mlx5_core_dev *dev);
69 static void mlx5_fc_pool_cleanup(struct mlx5_fc_pool *fc_pool);
70 static struct mlx5_fc *mlx5_fc_pool_acquire_counter(struct mlx5_fc_pool *fc_pool);
71 static void mlx5_fc_pool_release_counter(struct mlx5_fc_pool *fc_pool, struct mlx5_fc *fc);
224 mlx5_fc_pool_release_counter(&fc_stats->fc_pool, counter); in mlx5_fc_release()
334 counter = mlx5_fc_pool_acquire_counter(&fc_stats->fc_pool); in mlx5_fc_acquire()
442 mlx5_fc_pool_init(&fc_stats->fc_pool, dev); in mlx5_init_fc_stats()
471 mlx5_fc_pool_cleanup(&fc_stats->fc_pool); in mlx5_cleanup_fc_stats()
624 static void mlx5_fc_pool_init(struct mlx5_fc_pool *fc_pool, struct mlx5_core_dev *dev) in mlx5_fc_pool_init() argument
626 fc_pool in mlx5_fc_pool_init()
636 mlx5_fc_pool_cleanup(struct mlx5_fc_pool * fc_pool) mlx5_fc_pool_cleanup() argument
650 mlx5_fc_pool_update_threshold(struct mlx5_fc_pool * fc_pool) mlx5_fc_pool_update_threshold() argument
657 mlx5_fc_pool_alloc_new_bulk(struct mlx5_fc_pool * fc_pool) mlx5_fc_pool_alloc_new_bulk() argument
670 mlx5_fc_pool_free_bulk(struct mlx5_fc_pool * fc_pool,struct mlx5_fc_bulk * bulk) mlx5_fc_pool_free_bulk() argument
698 mlx5_fc_pool_acquire_counter(struct mlx5_fc_pool * fc_pool) mlx5_fc_pool_acquire_counter() argument
729 mlx5_fc_pool_release_counter(struct mlx5_fc_pool * fc_pool,struct mlx5_fc * fc) mlx5_fc_pool_release_counter() argument
[all...]
/freebsd/sys/dev/mlx5/
H A Ddriver.h300 struct mlx5_fc_pool fc_pool; member