summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/mlx5_ifc.h
diff options
context:
space:
mode:
authorYishai Hadas2018-12-19 15:28:10 +0100
committerLeon Romanovsky2018-12-20 07:09:31 +0100
commit71bef2fd583be4a5e414faf193fc243f8447c51b (patch)
tree5ef3d0552b9724c1810fbc1f3bf8df950727a0eb /include/linux/mlx5/mlx5_ifc.h
parentnet/mlx5: Add shared Q counter bits (diff)
downloadkernel-qcow2-linux-71bef2fd583be4a5e414faf193fc243f8447c51b.tar.gz
kernel-qcow2-linux-71bef2fd583be4a5e414faf193fc243f8447c51b.tar.xz
kernel-qcow2-linux-71bef2fd583be4a5e414faf193fc243f8447c51b.zip
IB/mlx5: Introduce uid as part of alloc/dealloc transport domain
Introduce uid as part of alloc/dealloc transport domain to match the device specification. Signed-off-by: Yishai Hadas <yishaih@mellanox.com> Reviewed-by: Artemy Kovalyov <artemyko@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'include/linux/mlx5/mlx5_ifc.h')
-rw-r--r--include/linux/mlx5/mlx5_ifc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index bdb516b59be6..5699c6bad590 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -6696,7 +6696,7 @@ struct mlx5_ifc_dealloc_transport_domain_out_bits {
struct mlx5_ifc_dealloc_transport_domain_in_bits {
u8 opcode[0x10];
- u8 reserved_at_10[0x10];
+ u8 uid[0x10];
u8 reserved_at_20[0x10];
u8 op_mod[0x10];
@@ -7549,7 +7549,7 @@ struct mlx5_ifc_alloc_transport_domain_out_bits {
struct mlx5_ifc_alloc_transport_domain_in_bits {
u8 opcode[0x10];
- u8 reserved_at_10[0x10];
+ u8 uid[0x10];
u8 reserved_at_20[0x10];
u8 op_mod[0x10];