Lines Matching refs:xprt
247 void svc_rdma_release_ctxt(struct svc_xprt *xprt, void *vctxt) in svc_rdma_release_ctxt() argument
251 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_release_ctxt()
736 static bool svc_rdma_is_reverse_direction_reply(struct svc_xprt *xprt, in svc_rdma_is_reverse_direction_reply() argument
741 if (!xprt->xpt_bc_xprt) in svc_rdma_is_reverse_direction_reply()
793 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_rdma_recvfrom() local
795 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_recvfrom()
814 clear_bit(XPT_DATA, &xprt->xpt_flags); in svc_rdma_recvfrom()
818 svc_xprt_received(xprt); in svc_rdma_recvfrom()
834 if (svc_rdma_is_reverse_direction_reply(xprt, ctxt)) in svc_rdma_recvfrom()
848 svc_xprt_copy_addrs(rqstp, xprt); in svc_rdma_recvfrom()
861 svc_xprt_deferred_close(xprt); in svc_rdma_recvfrom()