Home
last modified time | relevance | path

Searched refs:SGE_QSETS (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h216 struct sge_qset qs[SGE_QSETS];
241 } msix_info[SGE_QSETS + 1];
Dcxgb3_main.c573 u8 cpus[SGE_QSETS + 1]; in setup_rss()
576 for (i = 0; i < SGE_QSETS; ++i) in setup_rss()
578 cpus[SGE_QSETS] = 0xff; /* terminator */ in setup_rss()
595 for (i = 0; i < SGE_QSETS; i++) { in ring_dbs()
608 for (i = 0; i < SGE_QSETS; i++) { in init_napi()
633 for (i = 0; i < SGE_QSETS; i++) in quiesce_rx()
641 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()
[all …]
Dcommon.h123 SGE_QSETS = 8, /* # of SGE Tx/Rx/RspQ sets */ enumerator
329 struct qset_params qset[SGE_QSETS];
Dsge.c3214 for (i = 0; i < SGE_QSETS; ++i) { in t3_start_sge_timers()
3237 for (i = 0; i < SGE_QSETS; ++i) { in t3_stop_sge_timers()
3257 for (i = 0; i < SGE_QSETS; ++i) in t3_free_sge_resources()
3303 for (i = 0; i < SGE_QSETS; ++i) { in t3_sge_stop()
3367 for (i = 0; i < SGE_QSETS; ++i) { in t3_sge_prep()
Dt3_hw.c3632 for (i = 0; !err && i < SGE_QSETS; i++) in init_parity()