Home
last modified time | relevance | path

Searched refs:mlx5_rate_limit (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Drl.c168 bool mlx5_rl_are_equal(struct mlx5_rate_limit *rl_0, in mlx5_rl_are_equal()
169 struct mlx5_rate_limit *rl_1) in mlx5_rl_are_equal()
316 struct mlx5_rate_limit *rl) in mlx5_rl_add_rate()
333 void mlx5_rl_remove_rate(struct mlx5_core_dev *dev, struct mlx5_rate_limit *rl) in mlx5_rl_remove_rate()
H A Den_main.c1892 struct mlx5_rate_limit rl = {0}; in mlx5e_close_txqsq()
2387 struct mlx5_rate_limit rl = {0}; in mlx5e_set_sq_maxrate()
/linux/include/linux/mlx5/
H A Ddriver.h521 struct mlx5_rate_limit { struct
1121 struct mlx5_rate_limit *rl);
1122 void mlx5_rl_remove_rate(struct mlx5_core_dev *dev, struct mlx5_rate_limit *rl);
1127 bool mlx5_rl_are_equal(struct mlx5_rate_limit *rl_0,
1128 struct mlx5_rate_limit *rl_1);
/linux/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h544 struct mlx5_rate_limit rl;
H A Dqp.c72 struct mlx5_rate_limit rl;
3818 struct mlx5_rate_limit old_rl = ibqp->rl; in modify_raw_packet_qp_sq()
3819 struct mlx5_rate_limit new_rl = old_rl; in modify_raw_packet_qp_sq()