aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@mellanox.com>2020-04-09 11:39:14 +0300
committerLeon Romanovsky <leonro@mellanox.com>2020-04-23 21:42:03 +0300
commitd1f620500cde5c72c7b96a19474733c4c6c67f38 (patch)
tree395800bd061a29f29d13a6130aee46d2bfb97882 /include/linux
parentnet/mlx5: Update vport.c to new cmd interface (diff)
downloadwireguard-linux-d1f620500cde5c72c7b96a19474733c4c6c67f38.tar.xz
wireguard-linux-d1f620500cde5c72c7b96a19474733c4c6c67f38.zip
net/mlx5: Update cq.c to new cmd interface
Do mass update of cq.c to reuse newly introduced mlx5_cmd_exec_in*() interfaces. Reviewed-by: Moshe Shemesh <moshe@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mlx5/cq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/cq.h b/include/linux/mlx5/cq.h
index 40748fc1b11b..b5a9399e07ee 100644
--- a/include/linux/mlx5/cq.h
+++ b/include/linux/mlx5/cq.h
@@ -188,7 +188,7 @@ int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
u32 *in, int inlen, u32 *out, int outlen);
int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
- u32 *out, int outlen);
+ u32 *out);
int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
u32 *in, int inlen);
int mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev,