Searched refs:next_ftid (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c449 u32 prev_ftid, next_ftid; local
469 next_ftid = find_next_bit(t->hpftid_bmap, t->nhpftids, idx);
470 if (next_ftid >= t->nhpftids) {
475 next_ftid = find_first_bit(t->ftid_bmap, t->nftids);
476 if (next_ftid >= t->nftids)
477 next_ftid = idx;
521 next_ftid = find_next_bit(t->ftid_bmap, t->nftids, idx);
522 if (next_ftid >= t->nftids)
523 next_ftid = idx;
528 next_fe = &next_tab[next_ftid];
[all...]

Completed in 135 milliseconds