Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgbe/
Dt4_vf.c744 vi->tmr_idx = t4_tmr_idx_10g; in t4vf_attach()
Dadapter.h1108 extern int t4_tmr_idx_10g;
Dt4_main.c301 int t4_tmr_idx_10g = TMR_IDX_10G; variable
302 TUNABLE_INT("hw.cxgbe.holdoff_timer_idx_10G", &t4_tmr_idx_10g);
1105 vi->tmr_idx = t4_tmr_idx_10g; in t4_attach()
9517 if (t4_tmr_idx_10g < 0 || t4_tmr_idx_10g >= SGE_NTIMERS) in tweak_tunables()
9518 t4_tmr_idx_10g = TMR_IDX_10G; in tweak_tunables()