Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/etherswitch/felix/
H A Dfelix.c334 old = value = sc->timer_ticks; in felix_timer_rate()
346 sc->timer_ticks = value; in felix_timer_rate()
347 callout_reset(&sc->tick_callout, sc->timer_ticks, felix_tick, sc); in felix_timer_rate()
454 sc->timer_ticks = hz; /* Default to 1s. */ in felix_attach()
957 if (sc->timer_ticks != 0) in felix_tick()
958 callout_reset(&sc->tick_callout, sc->timer_ticks, felix_tick, sc); in felix_tick()
H A Dfelix_var.h106 uint32_t timer_ticks; member
/freebsd-14.2/sys/dev/sbni/
H A Dif_sbnivar.h100 u_int timer_ticks; member
H A Dif_sbni.c404 sc->timer_ticks = CHANGE_LEVEL_START_TICKS; in handle_channel()
906 if (sc->timer_ticks) { in sbni_timeout()
909 sc->timer_ticks--; in sbni_timeout()
929 sc->timer_ticks = CHANGE_LEVEL_START_TICKS; in card_start()