summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/cmd.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2018-01-06 12:07:10 +0100
committerIngo Molnar <mingo@kernel.org>2018-01-06 12:07:10 +0100
commitb6815f354518591400ce4c3a5fd63337643710ff (patch)
tree14f8a117b4556f7dba5a5a9ccebc5e3b204cbd56 /drivers/infiniband/hw/mlx5/cmd.c
parenta0a8f2ada3f50f0190ebcbb60e77e697444c470e (diff)
parent89876f275e8d562912d9c238cd888b52065cf25c (diff)
downloadtalos-obmc-linux-b6815f354518591400ce4c3a5fd63337643710ff.tar.gz
talos-obmc-linux-b6815f354518591400ce4c3a5fd63337643710ff.zip
Merge branch 'linus' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/infiniband/hw/mlx5/cmd.c')
-rw-r--r--drivers/infiniband/hw/mlx5/cmd.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/infiniband/hw/mlx5/cmd.c b/drivers/infiniband/hw/mlx5/cmd.c
index 470995fa38d2..6f6712f87a73 100644
--- a/drivers/infiniband/hw/mlx5/cmd.c
+++ b/drivers/infiniband/hw/mlx5/cmd.c
@@ -47,17 +47,6 @@ int mlx5_cmd_null_mkey(struct mlx5_core_dev *dev, u32 *null_mkey)
return err;
}
-int mlx5_cmd_query_cong_counter(struct mlx5_core_dev *dev,
- bool reset, void *out, int out_size)
-{
- u32 in[MLX5_ST_SZ_DW(query_cong_statistics_in)] = { };
-
- MLX5_SET(query_cong_statistics_in, in, opcode,
- MLX5_CMD_OP_QUERY_CONG_STATISTICS);
- MLX5_SET(query_cong_statistics_in, in, clear, reset);
- return mlx5_cmd_exec(dev, in, sizeof(in), out, out_size);
-}
-
int mlx5_cmd_query_cong_params(struct mlx5_core_dev *dev, int cong_point,
void *out, int out_size)
{
OpenPOWER on IntegriCloud