Home
last modified time | relevance | path

Searched refs:sc_wd_ch (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath.c752 callout_init_mtx(&sc->sc_wd_ch, &sc->sc_mtx, 0); in ath_attach()
2745 callout_reset(&sc->sc_wd_ch, hz, ath_watchdog, sc); in ath_init()
2785 callout_stop(&sc->sc_wd_ch); in ath_stop()
6587 callout_schedule(&sc->sc_wd_ch, hz); in ath_watchdog()
H A Dif_athvar.h774 struct callout sc_wd_ch; /* tx watchdog timer */ member