summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/mlx5_ifc.h
diff options
context:
space:
mode:
authorEran Ben Elisha2018-08-09 01:23:49 +0200
committerDavid S. Miller2018-08-09 04:34:54 +0200
commitcc9c82a8668cf98748bfbaa83c5c092d5115c25b (patch)
tree1355ff824d1465cb8c9271cafa1ef539896617e7 /include/linux/mlx5/mlx5_ifc.h
parentnet/mlx5: Use max_num_eqs for calculation of required MSIX vectors (diff)
downloadkernel-qcow2-linux-cc9c82a8668cf98748bfbaa83c5c092d5115c25b.tar.gz
kernel-qcow2-linux-cc9c82a8668cf98748bfbaa83c5c092d5115c25b.tar.xz
kernel-qcow2-linux-cc9c82a8668cf98748bfbaa83c5c092d5115c25b.zip
net/mlx5: Rename modify/query_vport state related enums
Modify and query vport state commands share the same admin_state and op_mod values, rename the enums to fit them both. In addition, remove the esw prefix from the admin state enum as this also applied for vnic. Signed-off-by: Eran Ben Elisha <eranbe@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mlx5/mlx5_ifc.h')
-rw-r--r--include/linux/mlx5/mlx5_ifc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index 63e1ce4c4826..6ead9c1a5396 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -3764,8 +3764,8 @@ struct mlx5_ifc_query_vport_state_out_bits {
};
enum {
- MLX5_QUERY_VPORT_STATE_IN_OP_MOD_VNIC_VPORT = 0x0,
- MLX5_QUERY_VPORT_STATE_IN_OP_MOD_ESW_VPORT = 0x1,
+ MLX5_VPORT_STATE_OP_MOD_VNIC_VPORT = 0x0,
+ MLX5_VPORT_STATE_OP_MOD_ESW_VPORT = 0x1,
};
struct mlx5_ifc_query_vport_state_in_bits {