diff options
Diffstat (limited to 'include/linux/mlx5/port.h')
| -rw-r--r-- | include/linux/mlx5/port.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/linux/mlx5/port.h b/include/linux/mlx5/port.h index c57d4b7de3a8..c59af8ab753a 100644 --- a/include/linux/mlx5/port.h +++ b/include/linux/mlx5/port.h @@ -157,6 +157,8 @@ int mlx5_set_port_prio_tc(struct mlx5_core_dev *mdev, u8 *prio_tc);  int mlx5_query_port_prio_tc(struct mlx5_core_dev *mdev,  			    u8 prio, u8 *tc);  int mlx5_set_port_tc_group(struct mlx5_core_dev *mdev, u8 *tc_group); +int mlx5_query_port_tc_group(struct mlx5_core_dev *mdev, +			     u8 tc, u8 *tc_group);  int mlx5_set_port_tc_bw_alloc(struct mlx5_core_dev *mdev, u8 *tc_bw);  int mlx5_query_port_tc_bw_alloc(struct mlx5_core_dev *mdev,  				u8 tc, u8 *bw_pct); |