Searched refs:sc_wd_ch (Results 1 – 2 of 2) sorted by relevance
754 callout_init_mtx(&sc->sc_wd_ch, &sc->sc_mtx, 0); in ath_attach()2753 callout_reset(&sc->sc_wd_ch, hz, ath_watchdog, sc); in ath_init()2793 callout_stop(&sc->sc_wd_ch); in ath_stop()6595 callout_schedule(&sc->sc_wd_ch, hz); in ath_watchdog()
774 struct callout sc_wd_ch; /* tx watchdog timer */ member