Searched refs:stat_ch (Results 1 – 6 of 6) sorted by relevance
| /src/sys/arm64/broadcom/genet/ |
| H A D | if_genet.c | 176 struct callout stat_ch; member 275 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in gen_attach() 373 callout_drain(&sc->stat_ch); in gen_destroy() 394 callout_drain(&sc->stat_ch); in gen_detach() 871 callout_stop(&sc->stat_ch); in gen_stop() 940 callout_reset(&sc->stat_ch, hz, gen_tick, sc); in gen_init_locked() 1666 callout_reset(&sc->stat_ch, hz, gen_tick, sc); in gen_tick()
|
| /src/sys/dev/fxp/ |
| H A D | if_fxpvar.h | 205 struct callout stat_ch; /* stat callout */ member
|
| H A D | if_fxp.c | 441 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()
|
| /src/sys/dev/usb/wlan/ |
| H A D | if_uathvar.h | 216 struct callout stat_ch; member
|
| H A D | if_uath.c | 347 callout_init(&sc->stat_ch, 0); in uath_attach() 510 callout_drain(&sc->stat_ch); in uath_detach() 1166 callout_stop(&sc->stat_ch); in uath_stop() 2013 callout_stop(&sc->stat_ch); in uath_newstate() 2086 callout_reset(&sc->stat_ch, hz, uath_stat, sc); in uath_newstate() 2339 callout_reset(&sc->stat_ch, hz, uath_stat, sc); in uath_cmdeof()
|
| /src/sys/arm/allwinner/ |
| H A D | if_awg.c | 199 struct callout stat_ch; member 1035 callout_reset(&sc->stat_ch, hz, awg_tick, sc); in awg_init_locked() 1061 callout_stop(&sc->stat_ch); in awg_stop() 1901 callout_reset(&sc->stat_ch, hz, awg_tick, sc); in awg_tick() 1938 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in awg_attach()
|