Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c830 buf->len += ctxt->rc_readbytes; in svc_rdma_read_complete_multiple()
831 buf->buflen += ctxt->rc_readbytes; in svc_rdma_read_complete_multiple()
834 buf->head[0].iov_len = min_t(size_t, PAGE_SIZE, ctxt->rc_readbytes); in svc_rdma_read_complete_multiple()
836 buf->page_len = ctxt->rc_readbytes - buf->head[0].iov_len; in svc_rdma_read_complete_multiple()
849 buf->len += ctxt->rc_readbytes; in svc_rdma_read_complete_pzrc()
850 buf->buflen += ctxt->rc_readbytes; in svc_rdma_read_complete_pzrc()
853 buf->head[0].iov_len = min_t(size_t, PAGE_SIZE, ctxt->rc_readbytes); in svc_rdma_read_complete_pzrc()
855 buf->page_len = ctxt->rc_readbytes - buf->head[0].iov_len; in svc_rdma_read_complete_pzrc()
H A Dsvc_rdma_rw.c351 trace_svcrdma_wc_read(wc, &cc->cc_cid, ctxt->rc_readbytes, in svc_rdma_wc_read_done()
828 head->rc_readbytes += segment->rs_length; in svc_rdma_build_read_chunk()
873 head->rc_readbytes += page_len; in svc_rdma_copy_inline_range()
927 length = next->ch_position - head->rc_readbytes; in svc_rdma_read_multiple_chunks()
1003 head->rc_readbytes += dummy.rs_length; in svc_rdma_read_chunk_range()
1053 length = next->ch_position - head->rc_readbytes; in svc_rdma_read_call_chunk()
1146 head->rc_readbytes = 0; in svc_rdma_process_read_list()
/linux/include/linux/sunrpc/
H A Dsvc_rdma.h193 unsigned int rc_readbytes; member