Searched refs:sge_no (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_rw.c | 407 unsigned int sge_no, sge_bytes, page_off, page_no; in svc_rdma_pagelist_to_sg() local 418 sge_no = 0; in svc_rdma_pagelist_to_sg() 427 sge_no++; in svc_rdma_pagelist_to_sg() 431 ctxt->rw_nents = sge_no; in svc_rdma_pagelist_to_sg() 636 unsigned int sge_no, seg_len; in svc_rdma_build_read_segment() local 640 sge_no = PAGE_ALIGN(info->ri_pageoff + len) >> PAGE_SHIFT; in svc_rdma_build_read_segment() 641 ctxt = svc_rdma_get_rw_ctxt(cc->cc_rdma, sge_no); in svc_rdma_build_read_segment() 644 ctxt->rw_nents = sge_no; in svc_rdma_build_read_segment() 647 for (sge_no = 0; sge_no < ctx in svc_rdma_build_read_segment() [all...] |
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_rw.c | 438 unsigned int sge_no, sge_bytes, page_off, page_no; in svc_rdma_pagelist_to_sg() local 449 sge_no = 0; in svc_rdma_pagelist_to_sg() 458 sge_no++; in svc_rdma_pagelist_to_sg() 462 ctxt->rw_nents = sge_no; in svc_rdma_pagelist_to_sg() 711 unsigned int sge_no, seg_len, len; in svc_rdma_build_read_segment() local 717 sge_no = PAGE_ALIGN(info->ri_pageoff + len) >> PAGE_SHIFT; in svc_rdma_build_read_segment() 718 ctxt = svc_rdma_get_rw_ctxt(cc->cc_rdma, sge_no); in svc_rdma_build_read_segment() 721 ctxt->rw_nents = sge_no; in svc_rdma_build_read_segment() 724 for (sge_no = 0; sge_no < ctx in svc_rdma_build_read_segment() [all...] |
Completed in 3 milliseconds