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.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()
377 struct mlx5_rate_limit *rl) in mlx5_rl_add_rate()
394 void mlx5_rl_remove_rate(struct mlx5_core_dev *dev, struct mlx5_rate_limit *rl) in mlx5_rl_remove_rate()
H A Den_main.c1924 struct mlx5_rate_limit rl = {0}; in mlx5e_close_txqsq()
2434 struct mlx5_rate_limit rl = {0}; in mlx5e_set_sq_maxrate()
/linux/include/linux/mlx5/
H A Ddriver.h496 struct mlx5_rate_limit { struct
1091 struct mlx5_rate_limit *rl);
1092 void mlx5_rl_remove_rate(struct mlx5_core_dev *dev, struct mlx5_rate_limit *rl);
1097 bool mlx5_rl_are_equal(struct mlx5_rate_limit *rl_0,
1098 struct mlx5_rate_limit *rl_1);
/linux/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h538 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()