aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx4
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mlx4')
-rw-r--r--include/linux/mlx4/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h
index c30a314e095c..441caf1a497d 100644
--- a/include/linux/mlx4/device.h
+++ b/include/linux/mlx4/device.h
@@ -268,6 +268,8 @@ static inline u64 mlx4_fw_ver(u64 major, u64 minor, u64 subminor)
268} 268}
269 269
270struct mlx4_phys_caps { 270struct mlx4_phys_caps {
271 u32 gid_phys_table_len[MLX4_MAX_PORTS + 1];
272 u32 pkey_phys_table_len[MLX4_MAX_PORTS + 1];
271 u32 num_phys_eqs; 273 u32 num_phys_eqs;
272}; 274};
273 275