Searched refs:xprt_class (Results 1 – 8 of 8) sorted by relevance
56 struct xprt_class;298 const struct xprt_class *xprt_class; member338 struct xprt_class { struct399 int xprt_register_transport(struct xprt_class *type);400 int xprt_unregister_transport(struct xprt_class *type);
104 struct xprt_class *t; in xprt_register_transport()136 struct xprt_class *t; in xprt_unregister_transport()164 static const struct xprt_class *167 const struct xprt_class *t; in xprt_class_find_by_ident_locked()179 static const struct xprt_class *182 const struct xprt_class *t; in xprt_class_find_by_ident()190 static const struct xprt_class *193 const struct xprt_class *t; in xprt_class_find_by_netid_locked()211 const struct xprt_class *t; in xprt_class_find_by_netid()235 const struct xprt_class *t; in xprt_find_transport_ident()[all …]
96 static struct xprt_class xs_local_transport;97 static struct xprt_class xs_udp_transport;98 static struct xprt_class xs_tcp_transport;99 static struct xprt_class xs_bc_tcp_transport;2853 xprt->xprt_class = &xs_local_transport; in xs_setup_local()2920 xprt->xprt_class = &xs_udp_transport; in xs_setup_udp()3001 xprt->xprt_class = &xs_tcp_transport; in xs_setup_tcp()3075 xprt->xprt_class = &xs_bc_tcp_transport; in xs_setup_bc_tcp()3137 static struct xprt_class xs_local_transport = {3146 static struct xprt_class xs_udp_transport = {[all …]
241 if (!(xprt->xprt_class->ident == XPRT_TRANSPORT_TCP || in rpc_sysfs_xprt_dstaddr_store()242 xprt->xprt_class->ident == XPRT_TRANSPORT_RDMA)) { in rpc_sysfs_xprt_dstaddr_store()
3047 ident = xprt->xprt_class->ident; in rpc_clnt_add_xprt()
72 static struct xprt_class xprt_rdma;350 xprt->xprt_class = &xprt_rdma; in xprt_setup_rdma()764 static struct xprt_class xprt_rdma = {
287 struct xprt_class xprt_rdma_bc = {
603 extern struct xprt_class xprt_rdma_bc;
Completed in 28 milliseconds