Searched refs:sgt (Results 1 – 2 of 2) sorted by relevance
54 struct sg_table *sgt, unsigned long off) in io_populate_area_dma() argument59 for_each_sgtable_dma_sg(sgt, sg, i) { in io_populate_area_dma()86 if (mem->sgt) in io_release_dmabuf()87 dma_buf_unmap_attachment_unlocked(mem->attach, mem->sgt, in io_release_dmabuf()94 mem->sgt = NULL; in io_release_dmabuf()132 mem->sgt = dma_buf_map_attachment_unlocked(mem->attach, DMA_FROM_DEVICE); in io_import_dmabuf()133 if (IS_ERR(mem->sgt)) { in io_import_dmabuf()134 ret = PTR_ERR(mem->sgt); in io_import_dmabuf()135 mem->sgt = NULL; in io_import_dmabuf()139 for_each_sgtable_dma_sg(mem->sgt, sg, i) in io_import_dmabuf()[all …]
22 struct sg_table *sgt; member
Completed in 7 milliseconds