Home
last modified time | relevance | path

Searched refs:tick_callout (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/etherswitch/felix/
H A Dfelix_var.h99 struct callout tick_callout; member
H A Dfelix.c349 callout_reset(&sc->tick_callout, sc->timer_ticks, felix_tick, sc); in felix_timer_rate()
387 callout_init_mtx(&sc->tick_callout, &sc->mtx, 0); in felix_attach()
491 callout_stop(&sc->tick_callout); in felix_detach()
960 callout_reset(&sc->tick_callout, sc->timer_ticks, felix_tick, sc); in felix_tick()