Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm.c386 static void iwm_watchdog(void *);
4055 callout_reset(&sc->sc_watchdog_to, hz, iwm_watchdog, sc); in iwm_raw_xmit()
5017 callout_reset(&sc->sc_watchdog_to, hz, iwm_watchdog, in iwm_start()
5039 iwm_watchdog(void *arg) in iwm_watchdog() function
5061 callout_reset(&sc->sc_watchdog_to, hz, iwm_watchdog, sc); in iwm_watchdog()