Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Drl.c109 static struct mlx5_rl_entry *find_rl_entry(struct mlx5_rl_table *table, in find_rl_entry()
112 struct mlx5_rl_entry *ret_entry = NULL; in find_rl_entry()
165 struct mlx5_rl_entry *entry; in mlx5_rl_add_rate()
211 struct mlx5_rl_entry *entry = NULL; in mlx5_rl_remove_rate()
255 table->rl_entry = kcalloc(table->max_size, sizeof(struct mlx5_rl_entry), in mlx5_init_rl_table()
/Linux-v4.19/include/linux/mlx5/
Ddriver.h608 struct mlx5_rl_entry { struct
620 struct mlx5_rl_entry *rl_entry; argument