Searched refs:rdma_xprt (Results 1 – 1 of 1) sorted by relevance
753 struct svcxprt_rdma *rdma_xprt = in svc_rdma_recvfrom() local759 spin_lock(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()760 ctxt = svc_rdma_next_recv_ctxt(&rdma_xprt->sc_read_complete_q); in svc_rdma_recvfrom()763 spin_unlock(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()767 ctxt = svc_rdma_next_recv_ctxt(&rdma_xprt->sc_rq_dto_q); in svc_rdma_recvfrom()771 spin_unlock(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()775 spin_unlock(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()798 svc_rdma_recv_ctxt_put(rdma_xprt, ctxt); in svc_rdma_recvfrom()801 svc_rdma_get_inv_rkey(rdma_xprt, ctxt); in svc_rdma_recvfrom()814 ret = svc_rdma_recv_read_chunk(rdma_xprt, rqstp, ctxt, p); in svc_rdma_recvfrom()[all …]