Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/
HDt4_vf.c378 nrxq = nports * t4_nrxq; in cfg_itype_and_nqueues()
HDadapter.h1123 extern int t4_nrxq;
HDt4_main.c268 int t4_nrxq = -NRXQ; variable
269 SYSCTL_INT(_hw_cxgbe, OID_AUTO, nrxq, CTLFLAG_RDTUN, &t4_nrxq, 0,
271 TUNABLE_INT("hw.cxgbe.nrxq10g", &t4_nrxq); /* Old name, undocumented */
3133 iaq->nrxq = t4_nrxq; in calculate_iaq()
10372 if (t4_nrxq < 1) { in tweak_tunables()
10374 t4_nrxq = rss_getnumbuckets(); in tweak_tunables()
10376 calculate_nqueues(&t4_nrxq, nc, NRXQ); in tweak_tunables()