Lines Matching defs:sgl
490 xen_swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sgl, int nelems,
498 for_each_sg(sgl, sg, nelems, i)
505 xen_swiotlb_map_sg(struct device *dev, struct scatterlist *sgl, int nelems,
513 for_each_sg(sgl, sg, nelems, i) {
523 xen_swiotlb_unmap_sg(dev, sgl, i, dir, attrs | DMA_ATTR_SKIP_CPU_SYNC);
524 sg_dma_len(sgl) = 0;
529 xen_swiotlb_sync_sg_for_cpu(struct device *dev, struct scatterlist *sgl,
535 for_each_sg(sgl, sg, nelems, i) {
542 xen_swiotlb_sync_sg_for_device(struct device *dev, struct scatterlist *sgl,
548 for_each_sg(sgl, sg, nelems, i) {