Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h217 struct sge_qset qs[SGE_QSETS];
242 } msix_info[SGE_QSETS + 1];
Dcxgb3_main.c578 u8 cpus[SGE_QSETS + 1]; in setup_rss()
581 for (i = 0; i < SGE_QSETS; ++i) in setup_rss()
583 cpus[SGE_QSETS] = 0xff; /* terminator */ in setup_rss()
599 for (i = 0; i < SGE_QSETS; i++) { in ring_dbs()
612 for (i = 0; i < SGE_QSETS; i++) { in init_napi()
637 for (i = 0; i < SGE_QSETS; i++) in quiesce_rx()
645 for (i = 0; i < SGE_QSETS; i++) in enable_all_napi()
2149 if (t.qset_idx >= SGE_QSETS) in cxgb_extension_ioctl()
2220 for (i = 0; i < SGE_QSETS; i++) { in cxgb_extension_ioctl()
2300 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.c3149 for (i = 0; i < SGE_QSETS; ++i) { in t3_start_sge_timers()
3170 for (i = 0; i < SGE_QSETS; ++i) { in t3_stop_sge_timers()
3190 for (i = 0; i < SGE_QSETS; ++i) in t3_free_sge_resources()
3225 for (i = 0; i < SGE_QSETS; ++i) { in t3_sge_stop()
3290 for (i = 0; i < SGE_QSETS; ++i) { in t3_sge_prep()
Dt3_hw.c3597 for (i = 0; !err && i < SGE_QSETS; i++) in init_parity()