Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/
H A Dport.h216 int mlx5_query_port_tc_rate_limit(struct mlx5_core_dev *mdev,
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c872 int mlx5_query_port_tc_rate_limit(struct mlx5_core_dev *mdev, in mlx5_query_port_tc_rate_limit() function
896 EXPORT_SYMBOL_GPL(mlx5_query_port_tc_rate_limit);
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c118 err = -mlx5_query_port_tc_rate_limit(mdev, max_bw_value, max_bw_unit); in mlx5e_getmaxrate()