nq0               572 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	unsigned int nq0 = adap2pinfo(adap, 0)->nqsets;
nq0               582 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 		rspq_map[i] = i % nq0;
nq0               583 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 		rspq_map[i + RSS_TABLE_SIZE / 2] = (i % nq1) + nq0;