Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Drl.c162 static bool mlx5_rl_are_equal_raw(struct mlx5_rl_entry *entry, void *rl_in, in mlx5_rl_are_equal_raw()
174 static struct mlx5_rl_entry *find_rl_entry(struct mlx5_rl_table *table, in find_rl_entry()
177 struct mlx5_rl_entry *ret_entry = NULL; in find_rl_entry()
207 struct mlx5_rl_entry *entry, bool set) in mlx5_set_pp_rate_limit_cmd()
250 table->rl_entry = kcalloc(table->max_size, sizeof(struct mlx5_rl_entry), in mlx5_rl_table_get()
289 static void mlx5_rl_entry_get(struct mlx5_rl_entry *entry) in mlx5_rl_entry_get()
295 mlx5_rl_entry_put(struct mlx5_core_dev *dev, struct mlx5_rl_entry *entry) in mlx5_rl_entry_put()
306 struct mlx5_rl_entry *entry; in mlx5_rl_add_rate_raw()
367 struct mlx5_rl_entry *entry; in mlx5_rl_remove_rate_raw()
399 struct mlx5_rl_entry *entry = NULL; in mlx5_rl_remove_rate()
/linux-6.15/include/linux/mlx5/
H A Ddriver.h500 struct mlx5_rl_entry { struct
514 struct mlx5_rl_entry *rl_entry; argument