Searched refs:replychunk (Results 1 – 1 of 1) sorted by relevance
1265 u32 writelist, replychunk, rpclen; in rpcrdma_decode_msg() local1273 if (decode_reply_chunk(xdr, &replychunk)) in rpcrdma_decode_msg()1277 if (unlikely(replychunk)) in rpcrdma_decode_msg()1294 u32 writelist, replychunk; in rpcrdma_decode_nomsg() local1301 if (decode_reply_chunk(xdr, &replychunk)) in rpcrdma_decode_nomsg()1307 if (unlikely(!replychunk)) in rpcrdma_decode_nomsg()1311 r_xprt->rx_stats.total_rdma_reply += replychunk; in rpcrdma_decode_nomsg()1312 return replychunk; in rpcrdma_decode_nomsg()
Completed in 5 milliseconds