Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.c85 unsigned int max_ppods, in ppm_find_unused_entries() argument
92 i = bitmap_find_next_zero_area(bmap, max_ppods, start, nr, align_mask); in ppm_find_unused_entries()
94 if (unlikely(i >= max_ppods) && (start > nr)) in ppm_find_unused_entries()
95 i = bitmap_find_next_zero_area(bmap, max_ppods, 0, start - 1, in ppm_find_unused_entries()
97 if (unlikely(i >= max_ppods)) in ppm_find_unused_entries()