Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dbackchannel.c243 rqst->rq_reply_bytes_recvd = 0; in rpcrdma_bc_receive_call()
/openbmc/linux/net/sunrpc/
H A Dbackchannel_rqst.c254 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.c1127 READ_ONCE(task->tk_rqstp->rq_reply_bytes_recvd) != 0; in xprt_request_data_received()
1134 READ_ONCE(task->tk_rqstp->rq_reply_bytes_recvd) == 0; in xprt_request_need_enqueue_receive()
1227 req->rq_reply_bytes_recvd = copied; in xprt_complete_rqst()
1242 if (!req->rq_reply_bytes_recvd) { in xprt_timer()
H A Dclnt.c1941 req->rq_reply_bytes_recvd = 0; in rpc_xdr_encode()
2591 if (!req->rq_reply_bytes_recvd) in call_decode()
/openbmc/linux/include/linux/sunrpc/
H A Dxprt.h98 size_t rq_reply_bytes_recvd; /* total reply bytes */ member