Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds