aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/qp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mlx5/qp.h')
-rw-r--r--include/linux/mlx5/qp.h6
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
462struct mlx5_qp_path { 462struct 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
565struct mlx5_modify_qp_mbox_out { 565struct mlx5_modify_qp_mbox_out {