nftids            163 drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h 	u32 nftids;
nftids           1779 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c 	tid->nftids = padap->tids.nftids;
nftids           3188 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		   t->ftid_base + t->nftids - 1);
nftids            372 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		if ((fidx != (adapter->tids.nftids +
nftids            374 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		    fidx >= adapter->tids.nftids)
nftids            447 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		ftid = find_first_zero_bit(t->ftid_bmap, t->nftids);
nftids            448 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		if (ftid >= t->nftids)
nftids            453 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 						       t->nftids, 1);
nftids            463 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 						       t->nftids, 2);
nftids            699 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	if (fidx >= adapter->tids.nftids + adapter->tids.nsftids)
nftids            750 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		unsigned int max_ftid = adapter->tids.nftids +
nftids           1269 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	max_fidx = adapter->tids.nftids;
nftids           1466 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		   __func__, filter_id, adapter->tids.nftids);
nftids           1534 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	max_fidx = adapter->tids.nftids;
nftids           1770 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	max_fidx = adap->tids.nftids + adap->tids.nsftids;
nftids           1457 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	unsigned int max_ftids = t->nftids + t->nsftids;
nftids           1464 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	ftid_bmap_size = BITS_TO_LONGS(t->nftids);
nftids           1510 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	bitmap_zero(t->ftid_bmap, t->nftids);
nftids           2490 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	stid += adap->tids.nftids;
nftids           2556 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	stid += adap->tids.nftids;
nftids           4523 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	adap->tids.nftids = val[4] - val[3] + 1;
nftids           4718 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 					DIV_ROUND_UP(adap->tids.nftids, 3);
nftids           4719 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			adap->tids.nsftids = adap->tids.nftids -
nftids           4720 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 					 DIV_ROUND_UP(adap->tids.nftids, 3);
nftids           4721 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			adap->tids.nftids = adap->tids.sftid_base -
nftids            170 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	if (filter_id > adapter->tids.nftids) {
nftids            173 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 			filter_id, adapter->tids.nftids);
nftids            355 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	if (filter_id > adapter->tids.nftids) {
nftids            358 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 			filter_id, adapter->tids.nftids);
nftids            392 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	max_tids = adapter->tids.nftids;
nftids            440 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	unsigned int max_tids = adap->tids.nftids;
nftids            325 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c 	ciq_size = 64 + adap->vres.cq.size + adap->tids.nftids;
nftids            112 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h 	unsigned int nftids;