Lines Matching refs:rdmalen
776 int rdmalen, status; in rpcrdma_reply_handler() local
833 rdmalen = rpcrdma_count_chunks(rep, in rpcrdma_reply_handler()
836 if (rdmalen < 0 || *iptr++ != xdr_zero) in rpcrdma_reply_handler()
840 status = rep->rr_len + rdmalen; in rpcrdma_reply_handler()
841 r_xprt->rx_stats.total_rdma_reply += rdmalen; in rpcrdma_reply_handler()
843 if (rdmalen &= 3) { in rpcrdma_reply_handler()
844 rdmalen = 4 - rdmalen; in rpcrdma_reply_handler()
845 status += rdmalen; in rpcrdma_reply_handler()
849 rdmalen = 0; in rpcrdma_reply_handler()
856 rpcrdma_inline_fixup(rqst, (char *)iptr, rep->rr_len, rdmalen); in rpcrdma_reply_handler()
868 rdmalen = rpcrdma_count_chunks(rep, req->rl_nchunks, 0, &iptr); in rpcrdma_reply_handler()
869 if (rdmalen < 0) in rpcrdma_reply_handler()
871 r_xprt->rx_stats.total_rdma_reply += rdmalen; in rpcrdma_reply_handler()
873 status = rdmalen; in rpcrdma_reply_handler()