Searched refs:boundary_mask (Results 1 – 1 of 1) sorted by relevance
471 static inline unsigned long get_max_slots(unsigned long boundary_mask) in get_max_slots() argument473 if (boundary_mask == ~0UL) in get_max_slots()475 return nr_slots(boundary_mask + 1); in get_max_slots()492 unsigned long boundary_mask = dma_get_seg_boundary(dev); in find_slots() local494 phys_to_dma_unencrypted(dev, io_tlb_start) & boundary_mask; in find_slots()495 unsigned long max_slots = get_max_slots(boundary_mask); in find_slots()