Home
last modified time | relevance | path

Searched refs:mlx5_modify_port_tc_rate_limit (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx5/
H A Dport.h206 int mlx5_modify_port_tc_rate_limit(struct mlx5_core_dev *mdev,
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c898 int mlx5_modify_port_tc_rate_limit(struct mlx5_core_dev *mdev, in mlx5_modify_port_tc_rate_limit() function
920 EXPORT_SYMBOL_GPL(mlx5_modify_port_tc_rate_limit);
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c253 err = -mlx5_modify_port_tc_rate_limit(mdev, max_bw_value, max_bw_unit); in mlx5e_tc_maxrate_handler()