Searched refs:sc_watchdog_to (Results 1 – 2 of 2) sorted by relevance
168 callout_init_mtx(&sc->sc_watchdog_to, &sc->sc_mtx, 0); in rtwn_attach()1357 callout_reset(&sc->sc_watchdog_to, hz, rtwn_watchdog, sc); in rtwn_watchdog()1915 callout_reset(&sc->sc_watchdog_to, hz, rtwn_watchdog, sc); in rtwn_init()1936 callout_stop(&sc->sc_watchdog_to); in rtwn_stop()
224 struct callout sc_watchdog_to; member