Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_hw.h94 SGE_NTIMERS = 6, /* # of interrupt holdoff timer values */ enumerator
HDcommon.h236 int timer_val[SGE_NTIMERS]; /* final, scaled values */
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_main.c8369 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()
HDt4_sge.c722 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()