Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c437 unsigned int sge_no, sge_bytes, page_off, page_no; in svc_rdma_pagelist_to_sg() local
448 sge_no = 0; in svc_rdma_pagelist_to_sg()
457 sge_no++; in svc_rdma_pagelist_to_sg()
461 ctxt->rw_nents = sge_no; in svc_rdma_pagelist_to_sg()
737 unsigned int sge_no, seg_len, len; in svc_rdma_build_read_segment() local
743 sge_no = PAGE_ALIGN(head->rc_pageoff + len) >> PAGE_SHIFT; in svc_rdma_build_read_segment()
744 ctxt = svc_rdma_get_rw_ctxt(rdma, sge_no); in svc_rdma_build_read_segment()
747 ctxt->rw_nents = sge_no; in svc_rdma_build_read_segment()
750 for (sge_no = 0; sge_no < ctxt->rw_nents; sge_no++) { in svc_rdma_build_read_segment()