Searched refs:rw_sg_table (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_rw.c | 41 struct sg_table rw_sg_table; member 72 ctxt->rw_sg_table.sgl = ctxt->rw_first_sgl; in svc_rdma_get_rw_ctxt() 73 if (sg_alloc_table_chained(&ctxt->rw_sg_table, sges, in svc_rdma_get_rw_ctxt() 74 ctxt->rw_sg_table.sgl, in svc_rdma_get_rw_ctxt() 89 sg_free_table_chained(&ctxt->rw_sg_table, SG_CHUNK_SIZE); in svc_rdma_put_rw_ctxt() 130 ctxt->rw_sg_table.sgl, ctxt->rw_nents, in svc_rdma_rw_ctx_init() 182 rdma->sc_port_num, ctxt->rw_sg_table.sgl, in svc_rdma_cc_release() 393 struct scatterlist *sg = ctxt->rw_sg_table.sgl; in svc_rdma_vec_to_sg() 417 sg = ctxt->rw_sg_table.sgl; in svc_rdma_pagelist_to_sg() 646 sg = ctxt->rw_sg_table in svc_rdma_build_read_segment() [all...] |
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_rw.c | 42 struct sg_table rw_sg_table; member 73 ctxt->rw_sg_table.sgl = ctxt->rw_first_sgl; in svc_rdma_get_rw_ctxt() 74 if (sg_alloc_table_chained(&ctxt->rw_sg_table, sges, in svc_rdma_get_rw_ctxt() 75 ctxt->rw_sg_table.sgl, in svc_rdma_get_rw_ctxt() 90 sg_free_table_chained(&ctxt->rw_sg_table, SG_CHUNK_SIZE); in __svc_rdma_put_rw_ctxt() 135 ctxt->rw_sg_table.sgl, ctxt->rw_nents, in svc_rdma_rw_ctx_init() 200 rdma->sc_port_num, ctxt->rw_sg_table.sgl, in svc_rdma_cc_release() 424 struct scatterlist *sg = ctxt->rw_sg_table.sgl; in svc_rdma_vec_to_sg() 448 sg = ctxt->rw_sg_table.sgl; in svc_rdma_pagelist_to_sg() 723 sg = ctxt->rw_sg_table in svc_rdma_build_read_segment() [all...] |
Completed in 3 milliseconds