Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Drl.c230 bool mlx5_rl_are_equal(struct mlx5_rate_limit *rl_0, in mlx5_rl_are_equal()
231 struct mlx5_rate_limit *rl_1) in mlx5_rl_are_equal()
378 struct mlx5_rate_limit *rl) in mlx5_rl_add_rate()
395 void mlx5_rl_remove_rate(struct mlx5_core_dev *dev, struct mlx5_rate_limit *rl) in mlx5_rl_remove_rate()
H A Den_main.c1887 struct mlx5_rate_limit rl = {0}; in mlx5e_close_txqsq()
2391 struct mlx5_rate_limit rl = {0}; in mlx5e_set_sq_maxrate()
/linux-6.15/include/linux/mlx5/
H A Ddriver.h494 struct mlx5_rate_limit { struct
1075 struct mlx5_rate_limit *rl);
1076 void mlx5_rl_remove_rate(struct mlx5_core_dev *dev, struct mlx5_rate_limit *rl);
1081 bool mlx5_rl_are_equal(struct mlx5_rate_limit *rl_0,
1082 struct mlx5_rate_limit *rl_1);
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h549 struct mlx5_rate_limit rl;
H A Dqp.c72 struct mlx5_rate_limit rl;
3845 struct mlx5_rate_limit old_rl = ibqp->rl; in modify_raw_packet_qp_sq()
3846 struct mlx5_rate_limit new_rl = old_rl; in modify_raw_packet_qp_sq()