Searched refs:max_seg_boundary (Results 1 – 1 of 1) sorted by relevance
110 unsigned int max_seg_boundary = dma_get_seg_boundary(dev) + 1; in iommu_coalesce_chunks() local111 if (max_seg_boundary) /* check if the addition above didn't overflow */ in iommu_coalesce_chunks()112 max_seg_size = min(max_seg_size, max_seg_boundary); in iommu_coalesce_chunks()