Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/sunrpc/
Dsvc_rdma.h200 extern int svc_rdma_send(struct svcxprt_rdma *rdma,
/Linux-v6.1/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c308 int svc_rdma_send(struct svcxprt_rdma *rdma, struct svc_rdma_send_ctxt *ctxt) in svc_rdma_send() function
838 ret = svc_rdma_send(rdma, sctxt); in svc_rdma_send_reply_msg()
908 if (svc_rdma_send(rdma, sctxt)) in svc_rdma_send_error_msg()
Dsvc_rdma_backchannel.c96 ret = svc_rdma_send(rdma, sctxt); in svc_rdma_bc_sendto()