diff options
Diffstat (limited to 'drivers/net/mlx4/fw.h')
-rw-r--r-- | drivers/net/mlx4/fw.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/mlx4/fw.h b/drivers/net/mlx4/fw.h index 526d7f30c041..88003ebc6185 100644 --- a/drivers/net/mlx4/fw.h +++ b/drivers/net/mlx4/fw.h | |||
@@ -73,7 +73,16 @@ struct mlx4_dev_cap { | |||
73 | int max_pkeys[MLX4_MAX_PORTS + 1]; | 73 | int max_pkeys[MLX4_MAX_PORTS + 1]; |
74 | u64 def_mac[MLX4_MAX_PORTS + 1]; | 74 | u64 def_mac[MLX4_MAX_PORTS + 1]; |
75 | u16 eth_mtu[MLX4_MAX_PORTS + 1]; | 75 | u16 eth_mtu[MLX4_MAX_PORTS + 1]; |
76 | int trans_type[MLX4_MAX_PORTS + 1]; | ||
77 | int vendor_oui[MLX4_MAX_PORTS + 1]; | ||
78 | u16 wavelength[MLX4_MAX_PORTS + 1]; | ||
79 | u64 trans_code[MLX4_MAX_PORTS + 1]; | ||
76 | u16 stat_rate_support; | 80 | u16 stat_rate_support; |
81 | int udp_rss; | ||
82 | int loopback_support; | ||
83 | int vep_uc_steering; | ||
84 | int vep_mc_steering; | ||
85 | int wol; | ||
77 | u32 flags; | 86 | u32 flags; |
78 | int reserved_uars; | 87 | int reserved_uars; |
79 | int uar_size; | 88 | int uar_size; |