Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c161 static void ath_watchdog(void *);
2753 callout_reset(&sc->sc_wd_ch, hz, ath_watchdog, sc); in ath_init()
6559 ath_watchdog(void *arg) in ath_watchdog() function