Searched refs:rw_sg_table (Results 1 – 1 of 1) sorted by relevance
43 struct sg_table rw_sg_table; member75 ctxt->rw_sg_table.sgl = ctxt->rw_first_sgl; in svc_rdma_get_rw_ctxt()76 if (sg_alloc_table_chained(&ctxt->rw_sg_table, sges, in svc_rdma_get_rw_ctxt()77 ctxt->rw_sg_table.sgl)) { in svc_rdma_get_rw_ctxt()88 sg_free_table_chained(&ctxt->rw_sg_table, true); in svc_rdma_put_rw_ctxt()145 rdma->sc_port_num, ctxt->rw_sg_table.sgl, in svc_rdma_cc_release()365 struct scatterlist *sg = ctxt->rw_sg_table.sgl; in svc_rdma_vec_to_sg()389 sg = ctxt->rw_sg_table.sgl; in svc_rdma_pagelist_to_sg()444 rdma->sc_port_num, ctxt->rw_sg_table.sgl, in svc_rdma_build_writes()624 sg = ctxt->rw_sg_table.sgl; in svc_rdma_build_read_segment()[all …]