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

/linux-master/drivers/parisc/
H A Diommu-helpers.h110 unsigned int max_seg_boundary = dma_get_seg_boundary(dev) + 1; local
111 if (max_seg_boundary) /* check if the addition above didn't overflow */
112 max_seg_size = min(max_seg_size, max_seg_boundary);

Completed in 124 milliseconds