net/mlx5e: Add support for RXALL netdev feature
[linux-2.6-block.git] / include / linux / mlx5 / port.h
index a1d145abd4eb55975f5f51e75febb3a70646fa87..577e953d0aa7c4d511c589b7d7f064fb109fafb1 100644 (file)
@@ -84,4 +84,8 @@ int mlx5_query_port_ets_rate_limit(struct mlx5_core_dev *mdev,
 int mlx5_set_port_wol(struct mlx5_core_dev *mdev, u8 wol_mode);
 int mlx5_query_port_wol(struct mlx5_core_dev *mdev, u8 *wol_mode);
 
+int mlx5_set_port_fcs(struct mlx5_core_dev *mdev, u8 enable);
+void mlx5_query_port_fcs(struct mlx5_core_dev *mdev, bool *supported,
+                        bool *enabled);
+
 #endif /* __MLX5_PORT_H__ */