summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/mlx5_ifc.h
diff options
context:
space:
mode:
authorSaeed Mahameed2016-07-17 01:01:45 +0200
committerLeon Romanovsky2016-08-14 13:39:04 +0200
commit20bb566bda7b3e62b67dbb1bd363be40b5ae81c3 (patch)
tree380d18ac93f56071b169d3b2f2175e3b365b2abe /include/linux/mlx5/mlx5_ifc.h
parentnet/mlx5: PD and UAR commands via mlx5 ifc (diff)
downloadkernel-qcow2-linux-20bb566bda7b3e62b67dbb1bd363be40b5ae81c3.tar.gz
kernel-qcow2-linux-20bb566bda7b3e62b67dbb1bd363be40b5ae81c3.tar.xz
kernel-qcow2-linux-20bb566bda7b3e62b67dbb1bd363be40b5ae81c3.zip
net/mlx5: MCG commands via mlx5 ifc
Remove old representation of manually created MCG commands layout and use mlx5_ifc canonical structures and defines. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'include/linux/mlx5/mlx5_ifc.h')
-rw-r--r--include/linux/mlx5/mlx5_ifc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index 21bc4557b67a..3f70fc9c2fc9 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -152,7 +152,7 @@ enum {
MLX5_CMD_OP_CONFIG_INT_MODERATION = 0x804,
MLX5_CMD_OP_ACCESS_REG = 0x805,
MLX5_CMD_OP_ATTACH_TO_MCG = 0x806,
- MLX5_CMD_OP_DETTACH_FROM_MCG = 0x807,
+ MLX5_CMD_OP_DETACH_FROM_MCG = 0x807,
MLX5_CMD_OP_GET_DROPPED_PACKET_LOG = 0x80a,
MLX5_CMD_OP_MAD_IFC = 0x50d,
MLX5_CMD_OP_QUERY_MAD_DEMUX = 0x80b,