aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx4
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mlx4')
-rw-r--r--include/linux/mlx4/device.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h
index 9fbf416fa694..b2fe59d199f8 100644
--- a/include/linux/mlx4/device.h
+++ b/include/linux/mlx4/device.h
@@ -896,11 +896,12 @@ static inline int map_hw_to_sw_id(u16 header_id)
896} 896}
897 897
898enum mlx4_net_trans_promisc_mode { 898enum mlx4_net_trans_promisc_mode {
899 MLX4_FS_PROMISC_NONE = 0, 899 MLX4_FS_REGULAR = 1,
900 MLX4_FS_PROMISC_UPLINK, 900 MLX4_FS_ALL_DEFAULT,
901 /* For future use. Not implemented yet */ 901 MLX4_FS_MC_DEFAULT,
902 MLX4_FS_PROMISC_FUNCTION_PORT, 902 MLX4_FS_UC_SNIFFER,
903 MLX4_FS_PROMISC_ALL_MULTI, 903 MLX4_FS_MC_SNIFFER,
904
904}; 905};
905 906
906struct mlx4_spec_eth { 907struct mlx4_spec_eth {