Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/re/
H A Dif_re.c209 static void re_tick(void *);
1353 re_tick(void *xsc) in re_tick() function
1379 callout_reset(&sc->re_timer, hz, re_tick, sc); in re_tick_serialized()
1880 callout_reset(&sc->re_timer, hz, re_tick, sc); in re_init()
H A Dre.c270 static void re_tick __P((void *));
9148 untimeout(re_tick, sc, sc->re_stat_ch); in re_stop_timer()
9155 callout_reset(&sc->re_stat_ch, hz, re_tick, sc); in re_start_timer()
9158 sc->re_stat_ch = timeout(re_tick, sc, hz); in re_start_timer()
9162 static void re_tick(xsc) in re_tick() function