projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bde6e3
)
IB/mlx5: Remove old field for create mkey mailbox
author
Eli Cohen
<eli@dev.mellanox.co.il>
Tue, 14 Jan 2014 15:45:23 +0000
(17:45 +0200)
committer
Roland Dreier
<roland@purestorage.com>
Thu, 23 Jan 2014 07:23:54 +0000
(23:23 -0800)
Match firmware specification.
Signed-off-by: Eli Cohen <eli@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
include/linux/mlx5/device.h
patch
|
blob
|
history
diff --git
a/include/linux/mlx5/device.h
b/include/linux/mlx5/device.h
index 1d059099226ca20dcf9ebc2232a652a43e4776d8..817a6fae6d2c37ac62c171dc4b2f3f2c91ae9f0a 100644
(file)
--- 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 rsvd
2
[168];
+ __be32
rsvd2
;
+ u8 rsvd
3
[168];
__be64 pas[0];
};