Searched refs:prev_fe (Results 1 – 1 of 1) sorted by relevance
448 struct filter_entry *prev_tab, *next_tab, *prev_fe, *next_fe; in cxgb4_filter_prio_in_range() local535 prev_fe = &prev_tab[prev_ftid & ~(nslots - 1)]; in cxgb4_filter_prio_in_range()536 if (!prev_fe->fs.type) in cxgb4_filter_prio_in_range()537 prev_fe = &prev_tab[prev_ftid]; in cxgb4_filter_prio_in_range()539 if ((prev_fe->valid && prev_fe->fs.tc_prio > prio) || in cxgb4_filter_prio_in_range()