Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/pcn/
H A Dif_pcn.c576 callout_init(&sc->pcn_stat_timer); in pcn_attach()
895 callout_reset(&sc->pcn_stat_timer, hz, pcn_tick, sc); in pcn_tick()
1194 callout_reset(&sc->pcn_stat_timer, hz, pcn_tick, sc); in pcn_init()
1328 callout_stop(&sc->pcn_stat_timer); in pcn_stop()
H A Dif_pcnreg.h440 struct callout pcn_stat_timer; member