Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c166 struct callout stat_ch; member
264 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in gen_attach()
365 callout_drain(&sc->stat_ch); in gen_destroy()
835 callout_reset(&sc->stat_ch, hz, gen_tick, sc); in gen_init_locked()
1567 callout_reset(&sc->stat_ch, hz, gen_tick, sc); in gen_tick()
/f-stack/freebsd/arm/allwinner/
H A Dif_awg.c200 struct callout stat_ch; member
1036 callout_reset(&sc->stat_ch, hz, awg_tick, sc); in awg_init_locked()
1062 callout_stop(&sc->stat_ch); in awg_stop()
1902 callout_reset(&sc->stat_ch, hz, awg_tick, sc); in awg_tick()
1939 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in awg_attach()