Searched refs:SGE_NTIMERS (Results 1 – 4 of 4) sorted by relevance
94 SGE_NTIMERS = 6, /* # of interrupt holdoff timer values */ enumerator
236 int timer_val[SGE_NTIMERS]; /* final, scaled values */
8369 if (idx < 0 || idx >= SGE_NTIMERS) in sysctl_holdoff_tmr_idx()11529 if (idx < 0 || idx >= SGE_NTIMERS) in sysctl_holdoff_tmr_idx_ofld()12840 if (t4_tmr_idx_ofld < 0 || t4_tmr_idx_ofld >= SGE_NTIMERS) in tweak_tunables()12863 if (t4_tmr_idx < 0 || t4_tmr_idx >= SGE_NTIMERS) in tweak_tunables()
722 int intr_timer[SGE_NTIMERS] = {1, 5, 10, 50, 100, 200}; in t4_tweak_chip_settings()3412 KASSERT(tmr_idx >= 0 && tmr_idx < SGE_NTIMERS, in init_iq()