Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c449 u32 prev_ftid, next_ftid; in cxgb4_filter_prio_in_range() local
487 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 …]