Searched refs:xprt_class (Results 1 – 7 of 7) sorted by relevance
56 struct xprt_class;293 const struct xprt_class *xprt_class; member333 struct xprt_class { struct395 int xprt_register_transport(struct xprt_class *type);396 int xprt_unregister_transport(struct xprt_class *type);
103 struct xprt_class *t; in xprt_register_transport()135 struct xprt_class *t; in xprt_unregister_transport()163 static const struct xprt_class *166 const struct xprt_class *t; in xprt_class_find_by_ident_locked()178 static const struct xprt_class *181 const struct xprt_class *t; in xprt_class_find_by_ident()189 static const struct xprt_class *192 const struct xprt_class *t; in xprt_class_find_by_netid_locked()210 const struct xprt_class *t; in xprt_class_find_by_netid()234 const struct xprt_class *t; in xprt_find_transport_ident()[all …]
148 (xprt->xprt_class->ident == XPRT_TRANSPORT_TCP) ? in rpc_sysfs_xprt_info_show()151 (xprt->xprt_class->ident == XPRT_TRANSPORT_TCP) ? in rpc_sysfs_xprt_info_show()236 if (!(xprt->xprt_class->ident == XPRT_TRANSPORT_TCP || in rpc_sysfs_xprt_dstaddr_store()237 xprt->xprt_class->ident == XPRT_TRANSPORT_RDMA)) { in rpc_sysfs_xprt_dstaddr_store()
94 static struct xprt_class xs_local_transport;95 static struct xprt_class xs_udp_transport;96 static struct xprt_class xs_tcp_transport;97 static struct xprt_class xs_bc_tcp_transport;2775 xprt->xprt_class = &xs_local_transport; in xs_setup_local()2845 xprt->xprt_class = &xs_udp_transport; in xs_setup_udp()2926 xprt->xprt_class = &xs_tcp_transport; in xs_setup_tcp()3000 xprt->xprt_class = &xs_bc_tcp_transport; in xs_setup_bc_tcp()3062 static struct xprt_class xs_local_transport = {3071 static struct xprt_class xs_udp_transport = {[all …]
76 static struct xprt_class xprt_rdma;350 xprt->xprt_class = &xprt_rdma; in xprt_setup_rdma()769 static struct xprt_class xprt_rdma = {
287 struct xprt_class xprt_rdma_bc = {
599 extern struct xprt_class xprt_rdma_bc;
Completed in 22 milliseconds