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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c1533 unsigned int max_fidx, fidx, chip_ver; local
1547 max_fidx = adapter->tids.nftids + adapter->tids.nhpftids;
1548 if (filter_id != (max_fidx + adapter->tids.nsftids - 1) &&
1549 filter_id >= max_fidx)
1805 unsigned int max_fidx, chip_ver; local
1818 max_fidx = adapter->tids.nftids + adapter->tids.nhpftids;
1819 if (filter_id != (max_fidx + adapter->tids.nsftids - 1) &&
1820 filter_id >= max_fidx)
2078 unsigned int max_fidx; local
2081 max_fidx
[all...]

Completed in 113 milliseconds