Searched refs:stat_ch (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm64/broadcom/genet/ |
| H A D | if_genet.c | 166 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 D | if_awg.c | 200 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()
|