net/mlx5_core: Introduce access function to modify RSS/LRO params
[deliverable/linux.git] / drivers / net / ethernet / mellanox / mlx5 / core / transobj.h
index 10bd75e7d9b1dd3f44fab37bc274bbe219040677..d436c2d8b527056d452d1b0ded2a26014cfe8196 100644 (file)
@@ -45,6 +45,8 @@ int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *in, int inlen);
 void mlx5_core_destroy_sq(struct mlx5_core_dev *dev, u32 sqn);
 int mlx5_core_create_tir(struct mlx5_core_dev *dev, u32 *in, int inlen,
                         u32 *tirn);
+int mlx5_core_modify_tir(struct mlx5_core_dev *dev, u32 tirn, u32 *in,
+                        int inlen);
 void mlx5_core_destroy_tir(struct mlx5_core_dev *dev, u32 tirn);
 int mlx5_core_create_tis(struct mlx5_core_dev *dev, u32 *in, int inlen,
                         u32 *tisn);
This page took 0.080645 seconds and 5 git commands to generate.