Lines Matching full:reply
48 * RPC server when an RPC Reply is ready to be transmitted to a client.
51 * XDR-encoded RPC Reply message. sendto must construct the RPC-over-RDMA
52 * transport header, post all Write WRs needed for this Reply, then post
56 * svc_rdma_sendto must fully transmit the Reply before returning, as
64 * The I/O that performs Reply transmission is asynchronous, and may
79 * The ownership of all of the Reply's pages are transferred into that
83 * Send completion handler finally releases the Reply's pages.
94 * handler releases the Reply's pages.
96 * the Reply's pages.
404 * svc_rdma_encode_read_list - Encode RPC Reply's Read chunk list
405 * @sctxt: Send context for the RPC Reply
408 * On success, returns length in bytes of the Reply XDR buffer
409 * that was consumed by the Reply Read list
420 * @sctxt: Send context for the RPC Reply
426 * On success, returns length in bytes of the Reply XDR buffer
454 * @sctxt: Send context for the RPC Reply
458 * Reply transport header. Update each segment's length field
462 * On success, returns length in bytes of the Reply XDR buffer
495 * svc_rdma_encode_write_list - Encode RPC Reply's Write chunk list
496 * @rctxt: Reply context with information about the RPC Call
497 * @sctxt: Send context for the RPC Reply
500 * On success, returns length in bytes of the Reply XDR buffer
501 * that was consumed by the Reply's Write list
527 * svc_rdma_encode_reply_chunk - Encode RPC Reply's Reply chunk
528 * @rctxt: Reply context with information about the RPC Call
529 * @sctxt: Send context for the RPC Reply
530 * @length: size in bytes of the payload in the Reply chunk
533 * On success, returns length in bytes of the Reply XDR buffer
534 * that was consumed by the Reply's Reply chunk
536 * %-E2BIG if the RPC message is larger than the Reply chunk
778 * svc_rdma_pull_up_reply_msg - Copy Reply into a single buffer
784 * The device is not capable of sending the reply directly.
818 * @reply_pcl: Reply chunk provided by client
843 /* If there is a Reply chunk, nothing follows the transport
878 /* Prepare the portion of the RPC Reply that will be transmitted
882 * Depending on whether a Write list or Reply chunk is present,
888 * - The Reply's transport header will never be larger than a page.
925 * Given the client-provided Read, Write, and Reply chunks, the
926 * server was not able to parse the Call or form a complete Reply.
988 * svc_rdma_sendto - Transmit an RPC reply
989 * @rqstp: processed RPC request, reply XDR already in ::rq_res
992 * If no reply message was possible, the connection is closed.
995 * %0 if an RPC reply has been successfully posted,