Home
last modified time | relevance | path

Searched refs:max_seg_boundary (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/parisc/
H A Diommu-helpers.h110 unsigned int max_seg_boundary = dma_get_seg_boundary(dev) + 1; in iommu_coalesce_chunks() local
111 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()