Home
last modified time | relevance | path

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

/linux-6.15/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c826 buf->len += ctxt->rc_readbytes; in svc_rdma_read_complete_multiple()
827 buf->buflen += ctxt->rc_readbytes; in svc_rdma_read_complete_multiple()
830 buf->head[0].iov_len = min_t(size_t, PAGE_SIZE, ctxt->rc_readbytes); in svc_rdma_read_complete_multiple()
832 buf->page_len = ctxt->rc_readbytes - buf->head[0].iov_len; in svc_rdma_read_complete_multiple()
845 buf->len += ctxt->rc_readbytes; in svc_rdma_read_complete_pzrc()
846 buf->buflen += ctxt->rc_readbytes; in svc_rdma_read_complete_pzrc()
849 buf->head[0].iov_len = min_t(size_t, PAGE_SIZE, ctxt->rc_readbytes); in svc_rdma_read_complete_pzrc()
851 buf->page_len = ctxt->rc_readbytes - buf->head[0].iov_len; in svc_rdma_read_complete_pzrc()
H A Dsvc_rdma_rw.c330 trace_svcrdma_wc_read(wc, &cc->cc_cid, ctxt->rc_readbytes, in svc_rdma_wc_read_done()
811 head->rc_readbytes += segment->rs_length; in svc_rdma_build_read_chunk()
853 head->rc_readbytes += page_len; in svc_rdma_copy_inline_range()
907 length = next->ch_position - head->rc_readbytes; in svc_rdma_read_multiple_chunks()
983 head->rc_readbytes += dummy.rs_length; in svc_rdma_read_chunk_range()
1033 length = next->ch_position - head->rc_readbytes; in svc_rdma_read_call_chunk()
1126 head->rc_readbytes = 0; in svc_rdma_process_read_list()
/linux-6.15/include/linux/sunrpc/
H A Dsvc_rdma.h193 unsigned int rc_readbytes; member