Home
last modified time | relevance | path

Searched refs:rdma_xprt (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c794 struct svcxprt_rdma *rdma_xprt = in svc_rdma_recvfrom() local
808 spin_lock(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()
809 ctxt = svc_rdma_next_recv_ctxt(&rdma_xprt->sc_rq_dto_q); in svc_rdma_recvfrom()
815 spin_unlock(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()
823 ib_dma_sync_single_for_cpu(rdma_xprt->sc_pd->device, in svc_rdma_recvfrom()
837 svc_rdma_get_inv_rkey(rdma_xprt, ctxt); in svc_rdma_recvfrom()
841 ret = svc_rdma_process_read_list(rdma_xprt, rqstp, ctxt); in svc_rdma_recvfrom()
853 svc_rdma_send_error(rdma_xprt, ctxt, ret); in svc_rdma_recvfrom()
854 svc_rdma_recv_ctxt_put(rdma_xprt, ctxt); in svc_rdma_recvfrom()
859 svc_rdma_send_error(rdma_xprt, ctxt, ret); in svc_rdma_recvfrom()
[all …]