Searched refs:xpo_has_wspace (Results 1 – 4 of 4) sorted by relevance
19 int (*xpo_has_wspace)(struct svc_xprt *); member
315 return xprt->xpt_ops->xpo_has_wspace(xprt); in svc_xprt_has_something_to_do()741 } else if (xprt->xpt_ops->xpo_has_wspace(xprt)) { in svc_recv()
687 .xpo_has_wspace = svc_udp_has_wspace,1263 .xpo_has_wspace = svc_tcp_has_wspace,
80 .xpo_has_wspace = svc_rdma_has_wspace,