summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/mlx5_ifc.h
diff options
context:
space:
mode:
authorSaeed Mahameed2016-07-19 00:17:59 +0200
committerLeon Romanovsky2016-08-17 16:45:57 +0200
commit09a7d9eca1a6cf5eb4f9abfdf8914db9dbd96f08 (patch)
tree9ef5978e16db806d1d23dcd1a3f3ab60d5daa5fe /include/linux/mlx5/mlx5_ifc.h
parent{net,IB}/mlx5: MKey/PSV commands via mlx5 ifc (diff)
downloadkernel-qcow2-linux-09a7d9eca1a6cf5eb4f9abfdf8914db9dbd96f08.tar.gz
kernel-qcow2-linux-09a7d9eca1a6cf5eb4f9abfdf8914db9dbd96f08.tar.xz
kernel-qcow2-linux-09a7d9eca1a6cf5eb4f9abfdf8914db9dbd96f08.zip
{net,IB}/mlx5: QP/XRCD commands via mlx5 ifc
Remove old representation of manually created QP/XRCD commands layout amd use mlx5_ifc canonical structures and defines. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'include/linux/mlx5/mlx5_ifc.h')
-rw-r--r--include/linux/mlx5/mlx5_ifc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index 2a39a06dbad4..cb94ac5b8420 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -1966,7 +1966,10 @@ struct mlx5_ifc_qpc_bits {
u8 reserved_at_3e0[0x8];
u8 cqn_snd[0x18];
- u8 reserved_at_400[0x40];
+ u8 reserved_at_400[0x8];
+ u8 deth_sqpn[0x18];
+
+ u8 reserved_at_420[0x20];
u8 reserved_at_440[0x8];
u8 last_acked_psn[0x18];