Lines Matching refs:svc_xprt
60 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv,
64 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt);
67 static void svc_rdma_detach(struct svc_xprt *xprt);
68 static void svc_rdma_free(struct svc_xprt *xprt);
69 static int svc_rdma_has_wspace(struct svc_xprt *xprt);
100 static struct svc_xprt *svc_rdma_bc_create(struct svc_serv *, struct net *,
102 static void svc_rdma_bc_detach(struct svc_xprt *);
103 static void svc_rdma_bc_free(struct svc_xprt *);
120 static struct svc_xprt *svc_rdma_bc_create(struct svc_serv *serv, in svc_rdma_bc_create()
126 struct svc_xprt *xprt; in svc_rdma_bc_create()
140 static void svc_rdma_bc_detach(struct svc_xprt *xprt) in svc_rdma_bc_detach()
145 static void svc_rdma_bc_free(struct svc_xprt *xprt) in svc_rdma_bc_free()
227 struct svc_xprt *xprt = context; in cq_event_handler()
236 struct svc_xprt *xprt = context; in qp_event_handler()
692 struct svc_xprt *xprt = cma_id->context; in rdma_cma_handler()
735 static struct svc_xprt *svc_rdma_create(struct svc_serv *serv, in svc_rdma_create()
882 static struct svc_xprt *svc_rdma_accept(struct svc_xprt *xprt) in svc_rdma_accept()
1149 static void svc_rdma_detach(struct svc_xprt *xprt) in svc_rdma_detach()
1228 static void svc_rdma_free(struct svc_xprt *xprt) in svc_rdma_free()
1236 static int svc_rdma_has_wspace(struct svc_xprt *xprt) in svc_rdma_has_wspace()