Lines Matching refs:SGE_QSETS
574 u8 cpus[SGE_QSETS + 1]; in setup_rss()
577 for (i = 0; i < SGE_QSETS; ++i) in setup_rss()
579 cpus[SGE_QSETS] = 0xff; /* terminator */ in setup_rss()
596 for (i = 0; i < SGE_QSETS; i++) { in ring_dbs()
609 for (i = 0; i < SGE_QSETS; i++) { in init_napi()
634 for (i = 0; i < SGE_QSETS; i++) in quiesce_rx()
642 for (i = 0; i < SGE_QSETS; i++) in enable_all_napi()
2163 if (t.qset_idx >= SGE_QSETS) in cxgb_extension_ioctl()
2234 for (i = 0; i < SGE_QSETS; i++) { in cxgb_extension_ioctl()
2320 if (edata.val + other_qsets > SGE_QSETS) in cxgb_extension_ioctl()
3093 (hwports * nqsets > SGE_QSETS || in set_nqsets()
3117 struct msix_entry entries[SGE_QSETS + 1]; in cxgb_enable_msix()
3297 netdev = alloc_etherdev_mq(sizeof(struct port_info), SGE_QSETS); in init_one()