max_fidx         1256 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	unsigned int max_fidx, fidx;
max_fidx         1269 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	max_fidx = adapter->tids.nftids;
max_fidx         1270 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	if (filter_id != (max_fidx + adapter->tids.nsftids - 1) &&
max_fidx         1271 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	    filter_id >= max_fidx)
max_fidx         1523 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	unsigned int max_fidx;
max_fidx         1534 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	max_fidx = adapter->tids.nftids;
max_fidx         1535 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	if (filter_id != (max_fidx + adapter->tids.nsftids - 1) &&
max_fidx         1536 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	    filter_id >= max_fidx)
max_fidx         1767 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	unsigned int max_fidx;
max_fidx         1770 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	max_fidx = adap->tids.nftids + adap->tids.nsftids;
max_fidx         1775 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		if (idx >= max_fidx)