Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/fxp/
H A Dif_fxpvar.h113 struct callout fxp_stat_timer; /* Handle for stat timeouts */ member
H A Dif_fxp.c398 callout_init(&sc->fxp_stat_timer); in fxp_attach()
1551 callout_reset(&sc->fxp_stat_timer, hz, fxp_tick, sc); in fxp_tick()
1576 callout_stop(&sc->fxp_stat_timer); in fxp_stop()
1885 callout_reset(&sc->fxp_stat_timer, hz, fxp_tick, sc); in fxp_init()