aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mlx4/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h
index abcce821ac00..d73d8e4d3e09 100644
--- a/include/linux/mlx4/device.h
+++ b/include/linux/mlx4/device.h
@@ -1341,6 +1341,9 @@ enum {
1341 VXLAN_STEER_BY_INNER_VLAN = 1 << 4, 1341 VXLAN_STEER_BY_INNER_VLAN = 1 << 4,
1342}; 1342};
1343 1343
1344enum {
1345 MLX4_OP_MOD_QUERY_TRANSPORT_CI_ERRORS = 0x2,
1346};
1344 1347
1345int mlx4_flow_steer_promisc_add(struct mlx4_dev *dev, u8 port, u32 qpn, 1348int mlx4_flow_steer_promisc_add(struct mlx4_dev *dev, u8 port, u32 qpn,
1346 enum mlx4_net_trans_promisc_mode mode); 1349 enum mlx4_net_trans_promisc_mode mode);