Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dbackchannel.c243 rqst->rq_reply_bytes_recvd = 0; in rpcrdma_bc_receive_call()
/linux/net/sunrpc/
H A Dbackchannel_rqst.c253 req->rq_reply_bytes_recvd = 0; in xprt_get_bc_request()
H A Dstats.c172 op_metrics->om_bytes_recv += req->rq_reply_bytes_recvd; in rpc_count_iostats_metrics()
H A Dxprt.c1130 READ_ONCE(task->tk_rqstp->rq_reply_bytes_recvd) != 0; in xprt_request_data_received()
1137 READ_ONCE(task->tk_rqstp->rq_reply_bytes_recvd) == 0; in xprt_request_need_enqueue_receive()
1230 req->rq_reply_bytes_recvd = copied; in xprt_complete_rqst()
1245 if (!req->rq_reply_bytes_recvd) { in xprt_timer()
H A Dclnt.c1958 req->rq_reply_bytes_recvd = 0; in rpc_xdr_encode()
2607 if (!req->rq_reply_bytes_recvd) in call_decode()
/linux/include/linux/sunrpc/
H A Dxprt.h88 size_t rq_reply_bytes_recvd; /* total reply bytes */ member