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

/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.h87 SGE_NTIMERS = 6, /* # of interrupt holdoff timer values */ enumerator in enum:__anon7914
/freebsd-10.0-release/sys/dev/cxgbe/
H A Dadapter.h510 int timer_val[SGE_NTIMERS];
H A Dt4_sge.c311 int intr_timer[SGE_NTIMERS] = {1, 5, 10, 50, 100, 200};
2046 KASSERT(tmr_idx >= 0 && tmr_idx < SGE_NTIMERS,
H A Dt4_main.c4761 if (idx < 0 || idx >= SGE_NTIMERS)
7733 if (t4_tmr_idx_10g < 0 || t4_tmr_idx_10g >= SGE_NTIMERS)
7739 if (t4_tmr_idx_1g < 0 || t4_tmr_idx_1g >= SGE_NTIMERS)

Completed in 193 milliseconds