Lines Matching full:rpc
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
53 * a Send WR conveying the transport header and the RPC message itself to
404 * svc_rdma_encode_read_list - Encode RPC Reply's Read chunk list
405 * @sctxt: Send context for the RPC Reply
414 /* RPC-over-RDMA version 1 replies never have a Read list. */
420 * @sctxt: Send context for the RPC Reply
454 * @sctxt: Send context for the RPC Reply
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
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
536 * %-E2BIG if the RPC message is larger than the Reply chunk
621 * @xdr: xdr_buf containing portion of an RPC message to transmit
671 * @xdr: xdr_buf containing portion of an RPC message to transmit
707 * @xdr: xdr_buf containing RPC message to transmit
737 * @xdr: xdr_buf containing portion of an RPC message to copy
782 * @xdr: prepared xdr_buf containing RPC message
814 /* svc_rdma_map_reply_msg - DMA map the buffer holding RPC message
819 * @xdr: prepared xdr_buf containing RPC message
878 /* Prepare the portion of the RPC Reply that will be transmitted
879 * via RDMA Send. The RPC-over-RDMA transport header is prepared
880 * in sc_sges[0], and the RPC xdr_buf is prepared in following sges.
919 * svc_rdma_send_error_msg - Send an RPC/RDMA v1 error response
927 * Return an RDMA_ERROR message so the client can retire the RPC
988 * svc_rdma_sendto - Transmit an RPC reply
989 * @rqstp: processed RPC request, reply XDR already in ::rq_res
995 * %0 if an RPC reply has been successfully posted,
1081 * @rqstp: RPC transaction context