Searched refs:t4_nrxq (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_vf.c | 385 nrxq = nports * t4_nrxq; in cfg_itype_and_nqueues()
|
H A D | adapter.h | 1357 extern int t4_nrxq;
|
H A D | t4_main.c | 294 int t4_nrxq = -NRXQ; variable 295 SYSCTL_INT(_hw_cxgbe, OID_AUTO, nrxq, CTLFLAG_RDTUN, &t4_nrxq, 0, 297 TUNABLE_INT("hw.cxgbe.nrxq10g", &t4_nrxq); /* Old name, undocumented */ 4452 iaq->nrxq = t4_nrxq; in calculate_iaq() 12795 if (t4_nrxq < 1) { in tweak_tunables() 12797 t4_nrxq = rss_getnumbuckets(); in tweak_tunables() 12799 calculate_nqueues(&t4_nrxq, nc, NRXQ); in tweak_tunables()
|