]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDMA/mlx5: Use MLX5_SET macro instead of local structure
authorMeir Lichtinger <meirl@mellanox.com>
Thu, 16 Jul 2020 10:52:47 +0000 (13:52 +0300)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 27 Jul 2020 14:19:00 +0000 (11:19 -0300)
commit2224635938814fc63004e30f7c41943812bd6f1c
tree5b31aee3b12f815152f4bf8860dc713253def795
parent042dd05bddbd84e6a52b337a65d1994003c9b9bb
RDMA/mlx5: Use MLX5_SET macro instead of local structure

Use generic mlx5 structure defined in mlx5_ifc.h to represent ConnectX
device data structures instead of using structure defined specifically for
mlx5_ib module.

Link: https://lore.kernel.org/r/20200716105248.1423452-3-leon@kernel.org
Signed-off-by: Meir Lichtinger <meirl@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/mlx5/mlx5_ib.h
drivers/infiniband/hw/mlx5/wr.c
include/linux/mlx5/device.h