Home
last modified time | relevance | path

Searched refs:SGE_NTIMERS (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_hw.h86 SGE_NTIMERS = 6, /* # of interrupt holdoff timer values */ enumerator
/freebsd-9-stable/sys/dev/cxgbe/
Dadapter.h535 int timer_val[SGE_NTIMERS];
Dt4_sge.c337 int intr_timer[SGE_NTIMERS] = {1, 5, 10, 50, 100, 200}; in t4_tweak_chip_settings()
1985 KASSERT(tmr_idx >= 0 && tmr_idx < SGE_NTIMERS, in init_iq()
Dt4_main.c4860 if (idx < 0 || idx >= SGE_NTIMERS) in sysctl_holdoff_tmr_idx()
8067 if (t4_tmr_idx_10g < 0 || t4_tmr_idx_10g >= SGE_NTIMERS) in tweak_tunables()
8073 if (t4_tmr_idx_1g < 0 || t4_tmr_idx_1g >= SGE_NTIMERS) in tweak_tunables()