mlx4: Put physical GID and P_Key table sizes in mlx4_phys_caps struct and paravirtual...
[deliverable/linux.git] / include / linux / mlx4 / device.h
index c30a314e095cdc23b12081de82b343ce91e41e47..441caf1a497d752fad226ed737a992d4addddede 100644 (file)
@@ -268,6 +268,8 @@ static inline u64 mlx4_fw_ver(u64 major, u64 minor, u64 subminor)
 }
 
 struct mlx4_phys_caps {
+       u32                     gid_phys_table_len[MLX4_MAX_PORTS + 1];
+       u32                     pkey_phys_table_len[MLX4_MAX_PORTS + 1];
        u32                     num_phys_eqs;
 };
 
This page took 0.02456 seconds and 5 git commands to generate.