OSDN Git Service

IB/mlx5: Introduce uid as part of alloc/dealloc transport domain
authorYishai Hadas <yishaih@mellanox.com>
Wed, 19 Dec 2018 14:28:10 +0000 (16:28 +0200)
committerLeon Romanovsky <leonro@mellanox.com>
Thu, 20 Dec 2018 06:09:31 +0000 (08:09 +0200)
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>
include/linux/mlx5/mlx5_ifc.h

index bdb516b..5699c6b 100644 (file)
@@ -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];