Home
last modified time | relevance | path

Searched refs:replychunk (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Drpc_rdma.c1286 u32 writelist, replychunk, rpclen; in rpcrdma_decode_msg() local
1294 if (decode_reply_chunk(xdr, &replychunk)) in rpcrdma_decode_msg()
1298 if (unlikely(replychunk)) in rpcrdma_decode_msg()
1315 u32 writelist, replychunk; in rpcrdma_decode_nomsg() local
1322 if (decode_reply_chunk(xdr, &replychunk)) in rpcrdma_decode_nomsg()
1328 if (unlikely(!replychunk)) in rpcrdma_decode_nomsg()
1332 r_xprt->rx_stats.total_rdma_reply += replychunk; in rpcrdma_decode_nomsg()
1333 return replychunk; in rpcrdma_decode_nomsg()