Searched refs:t4_ntxq (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_vf.c | 405 ntxq = nports * t4_ntxq; in cfg_itype_and_nqueues()
|
H A D | adapter.h | 1356 extern int t4_ntxq;
|
H A D | t4_main.c | 288 int t4_ntxq = -NTXQ; variable 289 SYSCTL_INT(_hw_cxgbe, OID_AUTO, ntxq, CTLFLAG_RDTUN, &t4_ntxq, 0, 291 TUNABLE_INT("hw.cxgbe.ntxq10g", &t4_ntxq); /* Old name, undocumented */ 4450 iaq->ntxq = t4_ntxq; in calculate_iaq() 12785 if (t4_ntxq < 1) { in tweak_tunables() 12787 t4_ntxq = rss_getnumbuckets(); in tweak_tunables() 12789 calculate_nqueues(&t4_ntxq, nc, NTXQ); in tweak_tunables()
|