]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/mlx5: Update SRQ functions signatures to mlx5_ib format
authorLeon Romanovsky <leonro@mellanox.com>
Wed, 28 Nov 2018 18:53:40 +0000 (20:53 +0200)
committerLeon Romanovsky <leonro@mellanox.com>
Tue, 4 Dec 2018 07:25:45 +0000 (09:25 +0200)
commit1fac23ae680166f21d47789a5d17e0ae01f9e9b0
treef4c8ec672b0f63a1c921b8281f36cce669c601bb
parentccbf734639cd027100b31af9a3b8579d19ccb0e2
RDMA/mlx5: Update SRQ functions signatures to mlx5_ib format

Reflect the change of moving SRQ code from mlx5_core to mlx5_ib by
updating function signatures do not require mlx5_core_dev as an input,
because all operations in mlx5_ib are supposed to use mlx5_ib_dev.

Reviewed-by: Mark Bloch <markb@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
drivers/infiniband/hw/mlx5/cq.c
drivers/infiniband/hw/mlx5/srq.c
drivers/infiniband/hw/mlx5/srq.h
drivers/infiniband/hw/mlx5/srq_cmd.c