Searched refs:next_ftid (Results 1 – 1 of 1) sorted by relevance
449 u32 prev_ftid, next_ftid; in cxgb4_filter_prio_in_range() local469 next_ftid = find_next_bit(t->hpftid_bmap, t->nhpftids, idx); in cxgb4_filter_prio_in_range()470 if (next_ftid >= t->nhpftids) { in cxgb4_filter_prio_in_range()475 next_ftid = find_first_bit(t->ftid_bmap, t->nftids); in cxgb4_filter_prio_in_range()476 if (next_ftid >= t->nftids) in cxgb4_filter_prio_in_range()477 next_ftid = idx; in cxgb4_filter_prio_in_range()521 next_ftid = find_next_bit(t->ftid_bmap, t->nftids, idx); in cxgb4_filter_prio_in_range()522 if (next_ftid >= t->nftids) in cxgb4_filter_prio_in_range()523 next_ftid = idx; in cxgb4_filter_prio_in_range()528 next_fe = &next_tab[next_ftid]; in cxgb4_filter_prio_in_range()