Lines Matching defs:xprt
179 * svc_rdma_recv_ctxts_destroy - Release all recv_ctxt's for an xprt
240 * @xprt: the transport which owned the context
247 void svc_rdma_release_ctxt(struct svc_xprt *xprt, void *vctxt)
251 container_of(xprt, struct svcxprt_rdma, sc_xprt);
295 /* Since we're destroying the xprt, no need to reset
730 static bool svc_rdma_is_reverse_direction_reply(struct svc_xprt *xprt,
735 if (!xprt->xpt_bc_xprt)
787 struct svc_xprt *xprt = rqstp->rq_xprt;
789 container_of(xprt, struct svcxprt_rdma, sc_xprt);
808 clear_bit(XPT_DATA, &xprt->xpt_flags);
812 svc_xprt_received(xprt);
828 if (svc_rdma_is_reverse_direction_reply(xprt, ctxt))
842 svc_xprt_copy_addrs(rqstp, xprt);
855 svc_xprt_deferred_close(xprt);