Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wi/
HDif_wi.c145 static void wi_watchdog(void *);
700 callout_reset(&sc->sc_watchdog, hz, wi_watchdog, sc); in wi_init()
1150 wi_watchdog(void *arg) in wi_watchdog() function
1169 callout_reset(&sc->sc_watchdog, hz, wi_watchdog, sc); in wi_watchdog()