Lines Matching refs:SGE_QSETS
575 u8 cpus[SGE_QSETS + 1]; in setup_rss()
578 for (i = 0; i < SGE_QSETS; ++i) in setup_rss()
580 cpus[SGE_QSETS] = 0xff; /* terminator */ in setup_rss()
597 for (i = 0; i < SGE_QSETS; i++) { in ring_dbs()
610 for (i = 0; i < SGE_QSETS; i++) { in init_napi()
635 for (i = 0; i < SGE_QSETS; i++) in quiesce_rx()
643 for (i = 0; i < SGE_QSETS; i++) in enable_all_napi()
2164 if (t.qset_idx >= SGE_QSETS) in cxgb_extension_ioctl()
2235 for (i = 0; i < SGE_QSETS; i++) { in cxgb_extension_ioctl()
2321 if (edata.val + other_qsets > SGE_QSETS) in cxgb_extension_ioctl()
3094 (hwports * nqsets > SGE_QSETS || in set_nqsets()
3118 struct msix_entry entries[SGE_QSETS + 1]; in cxgb_enable_msix()
3298 netdev = alloc_etherdev_mq(sizeof(struct port_info), SGE_QSETS); in init_one()