Searched refs:svc_rdma_send (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_sendto.c | 297 * svc_rdma_send - Post a single Send WR 304 int svc_rdma_send(struct svcxprt_rdma *rdma, struct svc_rdma_send_ctxt *ctxt) in svc_rdma_send() function 690 /* For pull-up, svc_rdma_send() will sync the transport header. in svc_rdma_map_reply_msg() 806 return svc_rdma_send(rdma, sctxt); in svc_rdma_send_reply_msg() 870 if (svc_rdma_send(rdma, sctxt)) in svc_rdma_send_error_msg()
|
H A D | svc_rdma_backchannel.c | 71 * XXX: There is still an opportunity to block in svc_rdma_send() 90 return svc_rdma_send(rdma, ctxt); in svc_rdma_bc_sendto()
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_sendto.c | 306 * svc_rdma_send - Post a single Send WR 313 int svc_rdma_send(struct svcxprt_rdma *rdma, struct svc_rdma_send_ctxt *ctxt) in svc_rdma_send() function 797 /* For pull-up, svc_rdma_send() will sync the transport header. in svc_rdma_map_reply_msg() 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()
|
H A D | svc_rdma_backchannel.c | 71 * XXX: There is still an opportunity to block in svc_rdma_send() 96 return svc_rdma_send(rdma, sctxt); in svc_rdma_bc_sendto()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | svc_rdma.h | 199 extern int svc_rdma_send(struct svcxprt_rdma *rdma,
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | svc_rdma.h | 199 extern int svc_rdma_send(struct svcxprt_rdma *rdma,
|
Completed in 5 milliseconds