Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/fxp/
H A Dif_fxpvar.h205 struct callout stat_ch; /* stat callout */ member
H A Dif_fxp.c441 callout_init_mtx(&sc->stat_ch, &sc->sc_mtx, 0); in fxp_attach()
1013 callout_drain(&sc->stat_ch); in fxp_detach()
2167 callout_reset(&sc->stat_ch, hz, fxp_tick, sc); in fxp_tick()
2187 callout_stop(&sc->stat_ch); in fxp_stop()
2563 callout_reset(&sc->stat_ch, hz, fxp_tick, sc); in fxp_init_body()
/freebsd-14.2/sys/arm64/broadcom/genet/
H A Dif_genet.c177 struct callout stat_ch; member
275 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in gen_attach()
376 callout_drain(&sc->stat_ch); in gen_destroy()
841 callout_stop(&sc->stat_ch); in gen_stop()
910 callout_reset(&sc->stat_ch, hz, gen_tick, sc); in gen_init_locked()
1636 callout_reset(&sc->stat_ch, hz, gen_tick, sc); in gen_tick()
/freebsd-14.2/sys/dev/usb/wlan/
H A Dif_uathvar.h216 struct callout stat_ch; member
H A Dif_uath.c347 callout_init(&sc->stat_ch, 0); in uath_attach()
502 callout_drain(&sc->stat_ch); in uath_detach()
1158 callout_stop(&sc->stat_ch); in uath_stop()
2001 callout_stop(&sc->stat_ch); in uath_newstate()
2071 callout_reset(&sc->stat_ch, hz, uath_stat, sc); in uath_newstate()
2322 callout_reset(&sc->stat_ch, hz, uath_stat, sc); in uath_cmdeof()
/freebsd-14.2/sys/arm/allwinner/
H A Dif_awg.c196 struct callout stat_ch; member
1032 callout_reset(&sc->stat_ch, hz, awg_tick, sc); in awg_init_locked()
1058 callout_stop(&sc->stat_ch); in awg_stop()
1898 callout_reset(&sc->stat_ch, hz, awg_tick, sc); in awg_tick()
1935 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in awg_attach()