Home
last modified time | relevance | path

Searched refs:svc_rdma_recvfrom (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A DMakefile6 svc_rdma_sendto.o svc_rdma_recvfrom.o svc_rdma_rw.o \
H A Dsvc_rdma_transport.c81 .xpo_recvfrom = svc_rdma_recvfrom,
H A Dsvc_rdma_recvfrom.c47 * The main entry point is svc_rdma_recvfrom. This is called from
57 * svc_rdma_recvfrom returns the length of the RPC Call message,
61 * svc_rdma_recvfrom must post RDMA Reads to pull the RPC Call's
62 * data payload from the client. svc_rdma_recvfrom sets up the
65 * I/O. svc_rdma_recvfrom then returns zero, since the RPC message
70 * svc_rdma_recvfrom again. This second call may use a different
75 * The second call to svc_rdma_recvfrom performs final assembly
84 * svc_rdma_recv_ctxt before the first svc_rdma_recvfrom call returns.
89 * svc_rdma_recvfrom call returns.
91 * During the second svc_rdma_recvfrom cal
797 int svc_rdma_recvfrom(struct svc_rqst *rqstp) svc_rdma_recvfrom() function
[all...]
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A DMakefile6 svc_rdma_sendto.o svc_rdma_recvfrom.o svc_rdma_rw.o \
H A Dsvc_rdma_recvfrom.c47 * The main entry point is svc_rdma_recvfrom. This is called from
57 * svc_rdma_recvfrom returns the length of the RPC Call message,
61 * svc_rdma_recvfrom must post RDMA Reads to pull the RPC Call's
62 * data payload from the client. svc_rdma_recvfrom sets up the
65 * I/O. svc_rdma_recvfrom then returns zero, since the RPC message
70 * svc_rdma_recvfrom again. This second call may use a different
75 * The second call to svc_rdma_recvfrom performs final assembly
84 * svc_rdma_recv_ctxt before the first svc_rdma_recvfrom call returns.
89 * svc_rdma_recvfrom call returns.
91 * During the second svc_rdma_recvfrom cal
785 int svc_rdma_recvfrom(struct svc_rqst *rqstp) svc_rdma_recvfrom() function
[all...]
H A Dsvc_rdma_transport.c80 .xpo_recvfrom = svc_rdma_recvfrom,
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dsvc_rdma.h171 /* svc_rdma_recvfrom.c */
178 extern int svc_rdma_recvfrom(struct svc_rqst *);
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dsvc_rdma.h170 /* svc_rdma_recvfrom.c */
179 extern int svc_rdma_recvfrom(struct svc_rqst *);

Completed in 5 milliseconds