Searched refs:replychunk (Results 1 – 1 of 1) sorted by relevance
1127 u32 writelist, replychunk, rpclen; in rpcrdma_decode_msg() local1135 if (decode_reply_chunk(xdr, &replychunk)) in rpcrdma_decode_msg()1139 if (unlikely(replychunk)) in rpcrdma_decode_msg()1156 u32 writelist, replychunk; in rpcrdma_decode_nomsg() local1163 if (decode_reply_chunk(xdr, &replychunk)) in rpcrdma_decode_nomsg()1169 if (unlikely(!replychunk)) in rpcrdma_decode_nomsg()1173 r_xprt->rx_stats.total_rdma_reply += replychunk; in rpcrdma_decode_nomsg()1174 return replychunk; in rpcrdma_decode_nomsg()