]> asedeno.scripts.mit.edu Git - linux.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)
commitb4990804e1a46321806df6b56e3f04f1803a03d9
treef4c8ec672b0f63a1c921b8281f36cce669c601bb
parent81773ce5f07fd4c3acd4bb7e918ce03a4e652a5f
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