IB/mlx5: Add debug control parameters for congestion control
[linux-2.6-block.git] / drivers / infiniband / hw / mlx5 / cmd.h
index fa09228193a6b73c7c99f861f88bf976b1bc233d..af4c24596274deabd07ea0d95b719f4fd5d990e1 100644 (file)
@@ -39,4 +39,8 @@
 int mlx5_cmd_null_mkey(struct mlx5_core_dev *dev, u32 *null_mkey);
 int mlx5_cmd_query_cong_counter(struct mlx5_core_dev *dev,
                                bool reset, void *out, int out_size);
+int mlx5_cmd_query_cong_params(struct mlx5_core_dev *dev, int cong_point,
+                              void *out, int out_size);
+int mlx5_cmd_modify_cong_params(struct mlx5_core_dev *mdev,
+                               void *in, int in_size);
 #endif /* MLX5_IB_CMD_H */