Searched refs:rdmalen (Results 1 – 1 of 1) sorted by relevance
776 int rdmalen, status; in rpcrdma_reply_handler() local833 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()[all …]