Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/fxp/
HDif_fxpvar.h205 struct callout stat_ch; /* stat callout */ member
HDif_fxp.c441 callout_init_mtx(&sc->stat_ch, &sc->sc_mtx, 0); in fxp_attach()
1010 callout_drain(&sc->stat_ch); in fxp_detach()
2151 callout_reset(&sc->stat_ch, hz, fxp_tick, sc); in fxp_tick()
2171 callout_stop(&sc->stat_ch); in fxp_stop()
2547 callout_reset(&sc->stat_ch, hz, fxp_tick, sc); in fxp_init_body()
/freebsd-head/sys/arm64/broadcom/genet/
HDif_genet.c176 struct callout stat_ch; member
274 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in gen_attach()
372 callout_drain(&sc->stat_ch); in gen_destroy()
837 callout_stop(&sc->stat_ch); in gen_stop()
906 callout_reset(&sc->stat_ch, hz, gen_tick, sc); in gen_init_locked()
1632 callout_reset(&sc->stat_ch, hz, gen_tick, sc); in gen_tick()
/freebsd-head/sys/dev/usb/wlan/
HDif_uathvar.h216 struct callout stat_ch; member
HDif_uath.c347 callout_init(&sc->stat_ch, 0); in uath_attach()
508 callout_drain(&sc->stat_ch); in uath_detach()
1164 callout_stop(&sc->stat_ch); in uath_stop()
2009 callout_stop(&sc->stat_ch); in uath_newstate()
2082 callout_reset(&sc->stat_ch, hz, uath_stat, sc); in uath_newstate()
2335 callout_reset(&sc->stat_ch, hz, uath_stat, sc); in uath_cmdeof()
/freebsd-head/sys/arm/allwinner/
HDif_awg.c197 struct callout stat_ch; member
1033 callout_reset(&sc->stat_ch, hz, awg_tick, sc); in awg_init_locked()
1059 callout_stop(&sc->stat_ch); in awg_stop()
1899 callout_reset(&sc->stat_ch, hz, awg_tick, sc); in awg_tick()
1936 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in awg_attach()