Lines Matching full:rpc

45  * This file contains the guts of the RPC RDMA protocol, and
47 * to the Linux RPC framework lives.
57 /* Returns size of largest RPC-over-RDMA header in a Call message
80 /* Returns size of largest RPC-over-RDMA header in a Reply message
104 * The max_inline fields contain the maximum size of an RPC message
106 * for every RPC.
119 * plus the RPC call fit under the transport's inline limit. If the
123 * A Read chunk is also required if sending the RPC call inline would
165 * size of the non-payload part of the RPC Reply is larger than
554 /* Prepare an SGE for the RPC-over-RDMA transport header.
710 * of the RPC Call body will fit into @rl_sendbuf.
722 /* The whole RPC message resides in the head iovec now */ in rpcrdma_prepare_noch_pullup()
783 * @req: context of RPC Call being marshalled
785 * @xdr: xdr_buf containing RPC Call
841 * rpcrdma_marshal_req - Marshal and send one RPC request
843 * @rqst: RPC request to be marshaled
845 * For the RPC in "rqst", this function:
852 * %0 if the RPC was sent successfully,
941 * of chunk lists in one RPC-over-RDMA Call message: in rpcrdma_marshal_req()
1023 * @rqst: controlling RPC request
1024 * @srcp: points to RPC message payload in receive buffer
1048 /* The head iovec is redirected to the RPC reply message in rpcrdma_inline_fixup()
1117 * the RPC/RDMA header small and fixed in size, so it is
1118 * straightforward to check the RPC header's direction field.
1142 /* RPC header */ in rpcrdma_is_bcall()
1153 * advance to the RPC header. in rpcrdma_is_bcall()
1203 /* In RPC-over-RDMA Version One replies, a Read list is never
1281 /* Build the RPC reply's Payload stream in rqst->rq_rcv_buf */ in rpcrdma_decode_msg()
1346 * @rep: RPC/RDMA Receive context
1367 * rpcrdma_complete_rqst - Pass completed rqst back to RPC
1368 * @rep: RPC/RDMA Receive context
1370 * Reconstruct the RPC reply and complete the transaction
1421 * rpcrdma_reply_handler - Process received RPC/RDMA messages
1424 * Errors must result in the RPC task either being awakened, or
1490 /* LocalInv completion will complete the RPC */ in rpcrdma_reply_handler()