Home
last modified time | relevance | path

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

/Linux-v6.1/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()
632 for (i = 0; i < SGE_QSETS; i++) in quiesce_rx()
640 for (i = 0; i < SGE_QSETS; i++) in enable_all_napi()
2163 if (t.qset_idx >= SGE_QSETS) in cxgb_siocdevprivate()
2234 for (i = 0; i < SGE_QSETS; i++) { in cxgb_siocdevprivate()
2320 if (edata.val + other_qsets > SGE_QSETS) in cxgb_siocdevprivate()
[all …]
Dcommon.h123 SGE_QSETS = 8, /* # of SGE Tx/Rx/RspQ sets */ enumerator
329 struct qset_params qset[SGE_QSETS];
Dsge.c3218 for (i = 0; i < SGE_QSETS; ++i) { in t3_start_sge_timers()
3241 for (i = 0; i < SGE_QSETS; ++i) { in t3_stop_sge_timers()
3261 for (i = 0; i < SGE_QSETS; ++i) in t3_free_sge_resources()
3310 for (i = 0; i < SGE_QSETS; ++i) { in t3_sge_stop()
3374 for (i = 0; i < SGE_QSETS; ++i) { in t3_sge_prep()
Dt3_hw.c3567 for (i = 0; !err && i < SGE_QSETS; i++) in init_parity()