RSS_TABLE_SIZE    575 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	u16 rspq_map[RSS_TABLE_SIZE + 1];
RSS_TABLE_SIZE    581 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	for (i = 0; i < RSS_TABLE_SIZE / 2; ++i) {
RSS_TABLE_SIZE    583 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 		rspq_map[i + RSS_TABLE_SIZE / 2] = (i % nq1) + nq0;
RSS_TABLE_SIZE    585 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	rspq_map[RSS_TABLE_SIZE] = 0xffff; /* terminator */
RSS_TABLE_SIZE   2540 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		for (i = 0; i < RSS_TABLE_SIZE; ++i) {
RSS_TABLE_SIZE   2552 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		for (i = 0; i < RSS_TABLE_SIZE; ++i) {