Lines Matching refs:svc_xprt
69 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv,
73 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt);
75 static void svc_rdma_detach(struct svc_xprt *xprt);
76 static void svc_rdma_free(struct svc_xprt *xprt);
77 static int svc_rdma_has_wspace(struct svc_xprt *xprt);
79 static void svc_rdma_kill_temp_xprt(struct svc_xprt *);
104 static struct svc_xprt *svc_rdma_bc_create(struct svc_serv *, struct net *,
106 static void svc_rdma_bc_detach(struct svc_xprt *);
107 static void svc_rdma_bc_free(struct svc_xprt *);
124 static struct svc_xprt *svc_rdma_bc_create(struct svc_serv *serv, in svc_rdma_bc_create()
130 struct svc_xprt *xprt; in svc_rdma_bc_create()
145 static void svc_rdma_bc_detach(struct svc_xprt *xprt) in svc_rdma_bc_detach()
150 static void svc_rdma_bc_free(struct svc_xprt *xprt) in svc_rdma_bc_free()
164 struct svc_xprt *xprt = context; in qp_event_handler()
325 struct svc_xprt *xprt = &rdma->sc_xprt; in rdma_cma_handler()
365 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv, in svc_rdma_create()
443 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt) in svc_rdma_accept()
631 static void svc_rdma_detach(struct svc_xprt *xprt) in svc_rdma_detach()
644 struct svc_xprt *xprt = &rdma->sc_xprt; in __svc_rdma_free()
687 static void svc_rdma_free(struct svc_xprt *xprt) in svc_rdma_free()
695 static int svc_rdma_has_wspace(struct svc_xprt *xprt) in svc_rdma_has_wspace()
716 static void svc_rdma_kill_temp_xprt(struct svc_xprt *xprt) in svc_rdma_kill_temp_xprt()