Home
last modified time | relevance | path

Searched refs:svc_rdma_send (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/sunrpc/
Dsvc_rdma.h199 extern int svc_rdma_send(struct svcxprt_rdma *rdma,
/Linux-v6.6/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c313 int svc_rdma_send(struct svcxprt_rdma *rdma, struct svc_rdma_send_ctxt *ctxt) in svc_rdma_send() function
864 return svc_rdma_send(rdma, sctxt); in svc_rdma_send_reply_msg()
928 if (svc_rdma_send(rdma, sctxt)) in svc_rdma_send_error_msg()
Dsvc_rdma_backchannel.c96 return svc_rdma_send(rdma, sctxt); in svc_rdma_bc_sendto()