diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-20 11:25:44 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-20 11:25:44 -0400 |
commit | af52739b922f656eb1f39016fabaabe4baeda2e2 (patch) | |
tree | 79a7aa810d0493cd0cf4adebac26d37f12e8b545 /include/linux/mlx5/qp.h | |
parent | 25ed6a5e97809129a1bc852b6b5c7d03baa112c4 (diff) | |
parent | 33688abb2802ff3a230bd2441f765477b94cc89e (diff) |
Merge 4.7-rc4 into staging-next
We want the fixes in here, and we can resolve a merge issue in
drivers/iio/industrialio-trigger.c
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/mlx5/qp.h')
-rw-r--r-- | include/linux/mlx5/qp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/mlx5/qp.h b/include/linux/mlx5/qp.h index 64221027bf1f..266320feb160 100644 --- a/include/linux/mlx5/qp.h +++ b/include/linux/mlx5/qp.h | |||
@@ -460,10 +460,9 @@ struct mlx5_core_qp { | |||
460 | }; | 460 | }; |
461 | 461 | ||
462 | struct mlx5_qp_path { | 462 | struct mlx5_qp_path { |
463 | u8 fl; | 463 | u8 fl_free_ar; |
464 | u8 rsvd3; | 464 | u8 rsvd3; |
465 | u8 free_ar; | 465 | __be16 pkey_index; |
466 | u8 pkey_index; | ||
467 | u8 rsvd0; | 466 | u8 rsvd0; |
468 | u8 grh_mlid; | 467 | u8 grh_mlid; |
469 | __be16 rlid; | 468 | __be16 rlid; |
@@ -560,6 +559,7 @@ struct mlx5_modify_qp_mbox_in { | |||
560 | __be32 optparam; | 559 | __be32 optparam; |
561 | u8 rsvd0[4]; | 560 | u8 rsvd0[4]; |
562 | struct mlx5_qp_context ctx; | 561 | struct mlx5_qp_context ctx; |
562 | u8 rsvd2[16]; | ||
563 | }; | 563 | }; |
564 | 564 | ||
565 | struct mlx5_modify_qp_mbox_out { | 565 | struct mlx5_modify_qp_mbox_out { |