diff options
author | Saeed Mahameed <saeedm@mellanox.com> | 2016-07-19 01:17:59 +0300 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2016-08-17 17:45:57 +0300 |
commit | 09a7d9eca1a6cf5eb4f9abfdf8914db9dbd96f08 (patch) | |
tree | 9ef5978e16db806d1d23dcd1a3f3ab60d5daa5fe /include/linux/mlx5/mlx5_ifc.h | |
parent | ec22eb53106be1472ba6573dc900943f52f8fd1e (diff) | |
download | op-kernel-dev-09a7d9eca1a6cf5eb4f9abfdf8914db9dbd96f08.zip op-kernel-dev-09a7d9eca1a6cf5eb4f9abfdf8914db9dbd96f08.tar.gz |
{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.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 2a39a06..cb94ac5 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]; |