diff options
author | Shani Michaeli <shanim@mellanox.com> | 2013-02-06 20:19:07 +0400 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2013-02-21 23:36:29 +0400 |
commit | aee38fadd25989c3e6d99fc08752e2d87601ffc1 (patch) | |
tree | dd7306b19a5cc74dc4d563c6a9eadc71072c269b /include/linux/mlx4/qp.h | |
parent | 6950a235b86cf4e73d2b8e5476e7d0eb8f61af63 (diff) | |
download | linux-aee38fadd25989c3e6d99fc08752e2d87601ffc1.tar.xz |
IB/mlx4_ib: Remove local invalidate segment unused fields
Remove unused fields from the local invalidate WQE segment structure.
Signed-off-by: Haggai Eran <haggaie@mellanox.com>
Signed-off-by: Shani Michaeli <shanim@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'include/linux/mlx4/qp.h')
-rw-r--r-- | include/linux/mlx4/qp.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/linux/mlx4/qp.h b/include/linux/mlx4/qp.h index 4b4ad6ffef92..6c8a68c602be 100644 --- a/include/linux/mlx4/qp.h +++ b/include/linux/mlx4/qp.h @@ -304,12 +304,10 @@ struct mlx4_wqe_fmr_ext_seg { }; struct mlx4_wqe_local_inval_seg { - __be32 flags; - u32 reserved1; + u64 reserved1; __be32 mem_key; - u32 reserved2[2]; - __be32 guest_id; - __be64 pa; + u32 reserved2; + u64 reserved3[2]; }; struct mlx4_wqe_raddr_seg { |