RDMA/rxe: Fixup rxe_send and rxe_loopback
authorBob Pearson <rpearsonhpe@gmail.com>
Wed, 7 Jul 2021 04:00:35 +0000 (23:00 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 16 Jul 2021 15:43:33 +0000 (12:43 -0300)
commit13050a0b32e3caa8160e940f0d66059ed3e4e62b
tree44ecf04bc21f1f10d533cb53ab821ba7fbfcafef
parent36fbb03d05f2799a27bbed51564aba0354f3fee3
RDMA/rxe: Fixup rxe_send and rxe_loopback

Fixup rxe_send() and rxe_loopback() in rxe_net.c to have the same calling
sequence. This patch makes them static and have the same parameter list
and return value.

Link: https://lore.kernel.org/r/20210707040040.15434-4-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_loc.h
drivers/infiniband/sw/rxe/rxe_net.c