Home
last modified time | relevance | path

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

/freebsd/sys/dev/eqos/
H A Dif_eqos.c107 static void eqos_tick(void *softc);
566 callout_reset(&sc->callout, hz, eqos_tick, sc); in eqos_init()
803 eqos_tick(void *softc) in eqos_tick() function
822 callout_reset(&sc->callout, hz, eqos_tick, sc); in eqos_tick()