Searched refs:stat_ch (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/fxp/ |
| D | if_fxpvar.h | 207 struct callout stat_ch; /* stat callout */ member
|
| D | if_fxp.c | 446 callout_init_mtx(&sc->stat_ch, &sc->sc_mtx, 0); in fxp_attach() 1026 callout_drain(&sc->stat_ch); in fxp_detach() 2182 callout_reset(&sc->stat_ch, hz, fxp_tick, sc); in fxp_tick() 2202 callout_stop(&sc->stat_ch); in fxp_stop() 2578 callout_reset(&sc->stat_ch, hz, fxp_tick, sc); in fxp_init_body()
|
| /freebsd-12-stable/sys/dev/usb/wlan/ |
| D | if_uathvar.h | 217 struct callout stat_ch; member
|
| D | if_uath.c | 348 callout_init(&sc->stat_ch, 0); in uath_attach() 503 callout_drain(&sc->stat_ch); in uath_detach() 1159 callout_stop(&sc->stat_ch); in uath_stop() 2002 callout_stop(&sc->stat_ch); in uath_newstate() 2072 callout_reset(&sc->stat_ch, hz, uath_stat, sc); in uath_newstate() 2323 callout_reset(&sc->stat_ch, hz, uath_stat, sc); in uath_cmdeof()
|
| /freebsd-12-stable/sys/arm/allwinner/ |
| D | if_awg.c | 202 struct callout stat_ch; member 663 callout_reset(&sc->stat_ch, hz, awg_tick, sc); in awg_tick() 805 callout_reset(&sc->stat_ch, hz, awg_tick, sc); in awg_init_locked() 831 callout_stop(&sc->stat_ch); in awg_stop() 1886 callout_init_mtx(&sc->stat_ch, &sc->mtx, 0); in awg_attach()
|