Searched refs:xpo_has_wspace (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/sunrpc/
H A Dsvc_xprt.h21 int (*xpo_has_wspace)(struct svc_xprt *); member in struct:svc_xprt_ops
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c86 .xpo_has_wspace = svc_rdma_has_wspace,
/linux-master/net/sunrpc/
H A Dsvcsock.c783 .xpo_has_wspace = svc_udp_has_wspace,
1306 .xpo_has_wspace = svc_tcp_has_wspace,
H A Dsvc_xprt.c442 if (xprt->xpt_ops->xpo_has_wspace(xprt) &&

Completed in 268 milliseconds