net/mlx5e: Add PTP Flow Steering support
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx5 / core / en / fs.h
index c61fbb9c6fa8e710a823433816f0cb39fd1038cc..d53fb1e31b05b5d21384ca42b8f9d59c19954c2a 100644 (file)
@@ -245,6 +245,7 @@ struct mlx5e_accel_fs_tcp;
 
 struct mlx5e_fs_udp;
 struct mlx5e_fs_any;
+struct mlx5e_ptp_fs;
 
 struct mlx5e_flow_steering {
        struct mlx5_flow_namespace      *ns;
@@ -266,6 +267,7 @@ struct mlx5e_flow_steering {
 #endif
        struct mlx5e_fs_udp            *udp;
        struct mlx5e_fs_any            *any;
+       struct mlx5e_ptp_fs            *ptp_fs;
 };
 
 struct ttc_params {