Lines Matching refs:sz
241 static void iommu_get_scsi_sgl_noflush(struct device *dev, struct scatterlist *sg, int sz) in iommu_get_scsi_sgl_noflush() argument
245 while (sz != 0) { in iommu_get_scsi_sgl_noflush()
246 --sz; in iommu_get_scsi_sgl_noflush()
254 static void iommu_get_scsi_sgl_gflush(struct device *dev, struct scatterlist *sg, int sz) in iommu_get_scsi_sgl_gflush() argument
259 while (sz != 0) { in iommu_get_scsi_sgl_gflush()
260 --sz; in iommu_get_scsi_sgl_gflush()
268 static void iommu_get_scsi_sgl_pflush(struct device *dev, struct scatterlist *sg, int sz) in iommu_get_scsi_sgl_pflush() argument
273 while(sz != 0) { in iommu_get_scsi_sgl_pflush()
274 --sz; in iommu_get_scsi_sgl_pflush()
325 static void iommu_release_scsi_sgl(struct device *dev, struct scatterlist *sg, int sz) in iommu_release_scsi_sgl() argument
329 while(sz != 0) { in iommu_release_scsi_sgl()
330 --sz; in iommu_release_scsi_sgl()