Searched refs:urtwn_watchdog (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c305 static void urtwn_watchdog(void *);
2236 callout_reset(&sc->sc_watchdog_ch, hz, urtwn_watchdog, sc);
2764 urtwn_watchdog(void *arg) function
2774 callout_reset(&sc->sc_watchdog_ch, hz, urtwn_watchdog, sc);
3330 callout_reset(&sc->sc_watchdog_ch, hz, urtwn_watchdog, sc);
5542 callout_reset(&sc->sc_watchdog_ch, hz, urtwn_watchdog, sc);
5632 callout_reset(&sc->sc_watchdog_ch, hz, urtwn_watchdog, sc);

Completed in 83 milliseconds