RDMA/rxe: Move code to rxe_prepare_atomic_res()
authorBob Pearson <rpearsonhpe@gmail.com>
Mon, 6 Jun 2022 14:38:33 +0000 (09:38 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 30 Jun 2022 16:54:03 +0000 (13:54 -0300)
commit24f0ab0102115c7569379a606f9a26826577522f
tree5f2e60ae97bad904a6ce348896ca6f1c43fec2cc
parentb54c2a25ace5aed21c9944b7605b623abd2ca99c
RDMA/rxe: Move code to rxe_prepare_atomic_res()

Separate the code that prepares the atomic responder resource into a
subroutine. This is preparation for merging the normal and retry atomic
responder flows.

Link: https://lore.kernel.org/r/20220606143836.3323-2-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_resp.c