diff options
Diffstat (limited to 'include/linux/mlx5/fs.h')
-rw-r--r-- | include/linux/mlx5/fs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mlx5/fs.h b/include/linux/mlx5/fs.h index b25e7baa273e..a0b48afcb422 100644 --- a/include/linux/mlx5/fs.h +++ b/include/linux/mlx5/fs.h | |||
@@ -95,6 +95,10 @@ struct mlx5_flow_destination { | |||
95 | struct mlx5_flow_namespace * | 95 | struct mlx5_flow_namespace * |
96 | mlx5_get_flow_namespace(struct mlx5_core_dev *dev, | 96 | mlx5_get_flow_namespace(struct mlx5_core_dev *dev, |
97 | enum mlx5_flow_namespace_type type); | 97 | enum mlx5_flow_namespace_type type); |
98 | struct mlx5_flow_namespace * | ||
99 | mlx5_get_flow_vport_acl_namespace(struct mlx5_core_dev *dev, | ||
100 | enum mlx5_flow_namespace_type type, | ||
101 | int vport); | ||
98 | 102 | ||
99 | struct mlx5_flow_table * | 103 | struct mlx5_flow_table * |
100 | mlx5_create_auto_grouped_flow_table(struct mlx5_flow_namespace *ns, | 104 | mlx5_create_auto_grouped_flow_table(struct mlx5_flow_namespace *ns, |