Searched refs:prev_ftid (Results 1 – 1 of 1) sorted by relevance
449 u32 prev_ftid, next_ftid; in cxgb4_filter_prio_in_range() local487 prev_ftid = find_last_bit(t->hpftid_bmap, idx); in cxgb4_filter_prio_in_range()488 if (prev_ftid >= idx) in cxgb4_filter_prio_in_range()489 prev_ftid = idx; in cxgb4_filter_prio_in_range()502 prev_ftid = find_last_bit(t->ftid_bmap, idx); in cxgb4_filter_prio_in_range()503 if (prev_ftid >= idx) { in cxgb4_filter_prio_in_range()508 prev_ftid = find_last_bit(t->hpftid_bmap, t->nhpftids); in cxgb4_filter_prio_in_range()509 if (prev_ftid >= t->nhpftids) in cxgb4_filter_prio_in_range()510 prev_ftid = idx; in cxgb4_filter_prio_in_range()535 prev_fe = &prev_tab[prev_ftid & ~(nslots - 1)]; in cxgb4_filter_prio_in_range()[all …]