Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/felix/
H A Dfelix.c333 old = value = sc->timer_ticks; in felix_timer_rate()
345 sc->timer_ticks = value; in felix_timer_rate()
346 callout_reset(&sc->tick_callout, sc->timer_ticks, felix_tick, sc); in felix_timer_rate()
453 sc->timer_ticks = hz; /* Default to 1s. */ in felix_attach()
955 if (sc->timer_ticks != 0) in felix_tick()
956 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/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()