Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c820 buf->len += ctxt->rc_readbytes; in svc_rdma_read_complete_multiple()
821 buf->buflen += ctxt->rc_readbytes; in svc_rdma_read_complete_multiple()
824 buf->head[0].iov_len = min_t(size_t, PAGE_SIZE, ctxt->rc_readbytes); in svc_rdma_read_complete_multiple()
826 buf->page_len = ctxt->rc_readbytes - buf->head[0].iov_len; in svc_rdma_read_complete_multiple()
839 buf->len += ctxt->rc_readbytes; in svc_rdma_read_complete_pzrc()
840 buf->buflen += ctxt->rc_readbytes; in svc_rdma_read_complete_pzrc()
843 buf->head[0].iov_len = min_t(size_t, PAGE_SIZE, ctxt->rc_readbytes); in svc_rdma_read_complete_pzrc()
845 buf->page_len = ctxt->rc_readbytes - buf->head[0].iov_len; in svc_rdma_read_complete_pzrc()
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.12.1/include/linux/sunrpc/
Dsvc_rdma.h193 unsigned int rc_readbytes; member