aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mlx4/qp.h8
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 {
304}; 304};
305 305
306struct mlx4_wqe_local_inval_seg { 306struct mlx4_wqe_local_inval_seg {
307 __be32 flags; 307 u64 reserved1;
308 u32 reserved1;
309 __be32 mem_key; 308 __be32 mem_key;
310 u32 reserved2[2]; 309 u32 reserved2;
311 __be32 guest_id; 310 u64 reserved3[2];
312 __be64 pa;
313}; 311};
314 312
315struct mlx4_wqe_raddr_seg { 313struct mlx4_wqe_raddr_seg {