Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/fxp/
H A Dif_fxpvar.h207 struct callout stat_ch; /* stat callout */ member
H A Dif_fxp.c446 callout_init_mtx(&sc->stat_ch, &sc->sc_mtx, 0); in fxp_attach()
1023 callout_drain(&sc->stat_ch); in fxp_detach()
2179 callout_reset(&sc->stat_ch, hz, fxp_tick, sc); in fxp_tick()
2199 callout_stop(&sc->stat_ch); in fxp_stop()
2575 callout_reset(&sc->stat_ch, hz, fxp_tick, sc); in fxp_init_body()
/freebsd-13.1/sys/dev/usb/wlan/
H A Dif_uathvar.h217 struct callout stat_ch; member
H A Dif_uath.c349 callout_init(&sc->stat_ch, 0); in uath_attach()
504 callout_drain(&sc->stat_ch); in uath_detach()
1160 callout_stop(&sc->stat_ch); in uath_stop()
2003 callout_stop(&sc->stat_ch); in uath_newstate()
2073 callout_reset(&sc->stat_ch, hz, uath_stat, sc); in uath_newstate()
2324 callout_reset(&sc->stat_ch, hz, uath_stat, sc); in uath_cmdeof()
/freebsd-13.1/sys/arm64/broadcom/genet/
H A Dif_genet.c181 struct callout stat_ch; member
279 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in gen_attach()
380 callout_drain(&sc->stat_ch); in gen_destroy()
850 callout_reset(&sc->stat_ch, hz, gen_tick, sc); in gen_init_locked()
1570 callout_reset(&sc->stat_ch, hz, gen_tick, sc); in gen_tick()
/freebsd-13.1/sys/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()