max_tids          343 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	unsigned int filter_id, max_tids, i, j;
max_tids          392 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	max_tids = adapter->tids.nftids;
max_tids          397 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 			for (j = 0; j < max_tids; j++) {
max_tids          440 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	unsigned int max_tids = adap->tids.nftids;
max_tids          444 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	if (!max_tids)
max_tids          447 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	t = kvzalloc(struct_size(t, table, max_tids), GFP_KERNEL);
max_tids          451 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	t->size = max_tids;
max_tids          457 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 		bmap_size = BITS_TO_LONGS(max_tids);
max_tids          462 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 		bitmap_zero(link->tid_map, max_tids);