Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c551 u32 bmap_ftid, max_ftid; in cxgb4_get_free_ftid() local
601 max_ftid = t->nftids + t->nhpftids; in cxgb4_get_free_ftid()
602 while (ftid < max_ftid) { in cxgb4_get_free_ftid()
655 if (ftid + n > max_ftid) in cxgb4_get_free_ftid()
1021 unsigned int max_ftid = adapter->tids.nftids + in clear_all_filters() local
1026 for (i = adapter->tids.nhpftids; i < max_ftid; i++, f++) in clear_all_filters()