diff options
author | Roland Dreier <rolandd@cisco.com> | 2008-12-01 19:11:50 +0100 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-12-01 19:11:50 +0100 |
commit | b0f43dcca8a1f46e17b26d10f3cb1b297ebfb44e (patch) | |
tree | b1e3ef2a96f22fe9848281d0ad2701b0c5fc6f7e /include | |
parent | IB/ehca: Fix problem with generated flush work completions (diff) | |
parent | IB/mlx4: Fix MTT leakage in resize CQ (diff) | |
download | linux-b0f43dcca8a1f46e17b26d10f3cb1b297ebfb44e.tar.xz linux-b0f43dcca8a1f46e17b26d10f3cb1b297ebfb44e.zip |
Merge branches 'ehca' and 'mlx4' into for-linus
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mlx4/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index bd9977b89490..371086fd946f 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h @@ -179,6 +179,7 @@ struct mlx4_caps { int num_ports; int vl_cap[MLX4_MAX_PORTS + 1]; int ib_mtu_cap[MLX4_MAX_PORTS + 1]; + __be32 ib_port_def_cap[MLX4_MAX_PORTS + 1]; u64 def_mac[MLX4_MAX_PORTS + 1]; int eth_mtu_cap[MLX4_MAX_PORTS + 1]; int gid_table_len[MLX4_MAX_PORTS + 1]; |