Searched refs:single_sgt (Results 1 – 1 of 1) sorted by relevance
139 struct sg_table single_sgt; member922 ret = sg_alloc_table(&msc->single_sgt, 1, GFP_KERNEL); in msc_buffer_contig_alloc()932 sg_set_buf(msc->single_sgt.sgl, page_address(page), size); in msc_buffer_contig_alloc()934 ret = dma_map_sg(msc_dev(msc)->parent->parent, msc->single_sgt.sgl, 1, in msc_buffer_contig_alloc()941 msc->base_addr = sg_dma_address(msc->single_sgt.sgl); in msc_buffer_contig_alloc()949 sg_free_table(&msc->single_sgt); in msc_buffer_contig_alloc()963 dma_unmap_sg(msc_dev(msc)->parent->parent, msc->single_sgt.sgl, in msc_buffer_contig_free()965 sg_free_table(&msc->single_sgt); in msc_buffer_contig_free()