Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Drpc_rdma.c776 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()
[all …]