Home
last modified time | relevance | path

Searched refs:t4_nrxq (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c385 nrxq = nports * t4_nrxq; in cfg_itype_and_nqueues()
H A Dadapter.h1357 extern int t4_nrxq;
H A Dt4_main.c294 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()