Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c747 callout_init_lk(&sc->sc_wd_ch, &sc->sc_mtx);
750 callout_init_mtx(&sc->sc_wd_ch, &sc->sc_mtx);
2652 callout_reset(&sc->sc_wd_ch, hz, ath_watchdog, sc);
2693 callout_cancel(&sc->sc_wd_ch);
2695 callout_stop(&sc->sc_wd_ch);
6289 callout_reset(&sc->sc_wd_ch, hz, ath_watchdog, sc);
6291 callout_schedule(&sc->sc_wd_ch, hz);
H A Dif_athvar.h807 struct callout sc_wd_ch; /* tx watchdog timer */ member