Lines Matching refs:xprt
72 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt);
73 static void svc_rdma_detach(struct svc_xprt *xprt);
74 static void svc_rdma_free(struct svc_xprt *xprt);
75 static int svc_rdma_has_wspace(struct svc_xprt *xprt);
102 struct svc_xprt *xprt = context; in qp_event_handler() local
104 trace_svcrdma_qp_error(event, (struct sockaddr *)&xprt->xpt_remote); in qp_event_handler()
120 svc_xprt_deferred_close(xprt); in qp_event_handler()
273 struct svc_xprt *xprt = &rdma->sc_xprt; in svc_rdma_cma_handler() local
281 svc_xprt_enqueue(xprt); in svc_rdma_cma_handler()
285 svc_xprt_deferred_close(xprt); in svc_rdma_cma_handler()
364 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt) in svc_rdma_accept() argument
376 listen_rdma = container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_accept()
377 clear_bit(XPT_CONN, &xprt->xpt_flags); in svc_rdma_accept()
534 static void svc_rdma_detach(struct svc_xprt *xprt) in svc_rdma_detach() argument
537 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_detach()
576 static void svc_rdma_free(struct svc_xprt *xprt) in svc_rdma_free() argument
579 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_free()
585 static int svc_rdma_has_wspace(struct svc_xprt *xprt) in svc_rdma_has_wspace() argument
588 container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_has_wspace()
601 static void svc_rdma_kill_temp_xprt(struct svc_xprt *xprt) in svc_rdma_kill_temp_xprt() argument