aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5
diff options
context:
space:
mode:
authorEli Cohen <eli@dev.mellanox.co.il>2014-01-14 17:45:23 +0200
committerRoland Dreier <roland@purestorage.com>2014-01-22 23:23:54 -0800
commit8c8a49148b95c4d7c5f58a6866a30ea02485d7a3 (patch)
tree18be9368189e4ff48b5613f482c6780466f46144 /include/linux/mlx5
parentIB/mlx5: Abort driver cleanup if teardown hca fails (diff)
downloadlinux-dev-8c8a49148b95c4d7c5f58a6866a30ea02485d7a3.tar.xz
linux-dev-8c8a49148b95c4d7c5f58a6866a30ea02485d7a3.zip
IB/mlx5: Remove old field for create mkey mailbox
Match firmware specification. Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r--include/linux/mlx5/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h
index 1d059099226c..817a6fae6d2c 100644
--- a/include/linux/mlx5/device.h
+++ b/include/linux/mlx5/device.h
@@ -849,8 +849,8 @@ struct mlx5_create_mkey_mbox_in {
struct mlx5_mkey_seg seg;
u8 rsvd1[16];
__be32 xlat_oct_act_size;
- __be32 bsf_coto_act_size;
- u8 rsvd2[168];
+ __be32 rsvd2;
+ u8 rsvd3[168];
__be64 pas[0];
};