Lines Matching refs:rdma_xprt
919 struct svcxprt_rdma *rdma_xprt = in svc_rdma_recvfrom() local
932 spin_lock(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()
933 ctxt = svc_rdma_next_recv_ctxt(&rdma_xprt->sc_read_complete_q); in svc_rdma_recvfrom()
936 spin_unlock(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()
941 ctxt = svc_rdma_next_recv_ctxt(&rdma_xprt->sc_rq_dto_q); in svc_rdma_recvfrom()
947 spin_unlock(&rdma_xprt->sc_rq_dto_lock); in svc_rdma_recvfrom()
955 ib_dma_sync_single_for_cpu(rdma_xprt->sc_pd->device, in svc_rdma_recvfrom()
969 svc_rdma_get_inv_rkey(rdma_xprt, ctxt); in svc_rdma_recvfrom()
983 svc_rdma_send_error(rdma_xprt, ctxt, ret); in svc_rdma_recvfrom()
984 svc_rdma_recv_ctxt_put(rdma_xprt, ctxt); in svc_rdma_recvfrom()
995 ret = svc_rdma_process_read_list(rdma_xprt, rqstp, ctxt); in svc_rdma_recvfrom()
998 svc_rdma_send_error(rdma_xprt, ctxt, ret); in svc_rdma_recvfrom()
999 svc_rdma_recv_ctxt_put(rdma_xprt, ctxt); in svc_rdma_recvfrom()
1008 svc_rdma_recv_ctxt_put(rdma_xprt, ctxt); in svc_rdma_recvfrom()