Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Drl.c100 static bool mlx5_rl_are_equal_raw(struct mlx5_rl_entry *entry, void *rl_in, in mlx5_rl_are_equal_raw()
112 static struct mlx5_rl_entry *find_rl_entry(struct mlx5_rl_table *table, in find_rl_entry()
115 struct mlx5_rl_entry *ret_entry = NULL; in find_rl_entry()
145 struct mlx5_rl_entry *entry, bool set) in mlx5_set_pp_rate_limit_cmd()
188 table->rl_entry = kcalloc(table->max_size, sizeof(struct mlx5_rl_entry), in mlx5_rl_table_get()
227 static void mlx5_rl_entry_get(struct mlx5_rl_entry *entry) in mlx5_rl_entry_get()
233 mlx5_rl_entry_put(struct mlx5_core_dev *dev, struct mlx5_rl_entry *entry) in mlx5_rl_entry_put()
244 struct mlx5_rl_entry *entry; in mlx5_rl_add_rate_raw()
305 struct mlx5_rl_entry *entry; in mlx5_rl_remove_rate_raw()
337 struct mlx5_rl_entry *entry = NULL; in mlx5_rl_remove_rate()
/openbmc/linux/include/linux/mlx5/
H A Ddriver.h522 struct mlx5_rl_entry { struct
536 struct mlx5_rl_entry *rl_entry; argument