Lines Matching refs:nelems
3658 int nelems, enum dma_data_direction dir, in intel_unmap_sg() argument
3666 for_each_sg(sglist, sg, nelems, i) { in intel_unmap_sg()
3675 static int intel_map_sg(struct device *dev, struct scatterlist *sglist, int nelems, in intel_map_sg() argument
3699 for_each_sg(sglist, sg, nelems, i) in intel_map_sg()
3730 for_each_sg(sglist, sg, nelems, i) in intel_map_sg()
3731 trace_map_sg(dev, i + 1, nelems, sg); in intel_map_sg()
3733 return nelems; in intel_map_sg()
3919 bounce_unmap_sg(struct device *dev, struct scatterlist *sglist, int nelems, in bounce_unmap_sg() argument
3925 for_each_sg(sglist, sg, nelems, i) in bounce_unmap_sg()
3931 bounce_map_sg(struct device *dev, struct scatterlist *sglist, int nelems, in bounce_map_sg() argument
3937 for_each_sg(sglist, sg, nelems, i) { in bounce_map_sg()
3946 for_each_sg(sglist, sg, nelems, i) in bounce_map_sg()
3947 trace_bounce_map_sg(dev, i + 1, nelems, sg); in bounce_map_sg()
3949 return nelems; in bounce_map_sg()
3972 int nelems, enum dma_data_direction dir) in bounce_sync_sg_for_cpu() argument
3977 for_each_sg(sglist, sg, nelems, i) in bounce_sync_sg_for_cpu()
3984 int nelems, enum dma_data_direction dir) in bounce_sync_sg_for_device() argument
3989 for_each_sg(sglist, sg, nelems, i) in bounce_sync_sg_for_device()