diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx5/driver.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index b90fb9336d21..cd09784b6999 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h | |||
| @@ -751,8 +751,10 @@ int mlx5_set_port_status(struct mlx5_core_dev *dev, | |||
| 751 | int mlx5_query_port_status(struct mlx5_core_dev *dev, u8 *status); | 751 | int mlx5_query_port_status(struct mlx5_core_dev *dev, u8 *status); |
| 752 | 752 | ||
| 753 | int mlx5_set_port_mtu(struct mlx5_core_dev *dev, int mtu); | 753 | int mlx5_set_port_mtu(struct mlx5_core_dev *dev, int mtu); |
| 754 | int mlx5_query_port_max_mtu(struct mlx5_core_dev *dev, int *max_mtu); | 754 | int mlx5_query_port_max_mtu(struct mlx5_core_dev *dev, int *max_mtu, |
| 755 | int mlx5_query_port_oper_mtu(struct mlx5_core_dev *dev, int *oper_mtu); | 755 | u8 local_port); |
| 756 | int mlx5_query_port_oper_mtu(struct mlx5_core_dev *dev, int *oper_mtu, | ||
| 757 | u8 local_port); | ||
| 756 | 758 | ||
| 757 | int mlx5_debug_eq_add(struct mlx5_core_dev *dev, struct mlx5_eq *eq); | 759 | int mlx5_debug_eq_add(struct mlx5_core_dev *dev, struct mlx5_eq *eq); |
| 758 | void mlx5_debug_eq_remove(struct mlx5_core_dev *dev, struct mlx5_eq *eq); | 760 | void mlx5_debug_eq_remove(struct mlx5_core_dev *dev, struct mlx5_eq *eq); |
