RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.c
authorBob Pearson <rpearsonhpe@gmail.com>
Thu, 27 Jan 2022 21:37:31 +0000 (15:37 -0600)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 28 Jan 2022 17:22:09 +0000 (13:22 -0400)
commit758c7f1e9cc9f1d1da480dcde34430ae56888c76
tree6128af2c5cea483d1986a5384cec223f67b6c568
parent7df1023970d53e0540b665e5c90b4d4a330a3113
RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.c

Move rxe_mcast_attach and rxe_mcast_detach from rxe_verbs.c to rxe_mcast.c,
Make non-static and add declarations to rxe_loc.h. Make the subroutines
in rxe_mcast.c referenced by these routines static and remove their
declarations from rxe_loc.h.

Link: https://lore.kernel.org/r/20220127213755.31697-3-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_mcast.c
drivers/infiniband/sw/rxe/rxe_verbs.c