Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwm.c366 static void iwm_watchdog(void *);
3940 callout_reset(&sc->sc_watchdog_to, hz, iwm_watchdog, sc); in iwm_raw_xmit()
4902 callout_reset(&sc->sc_watchdog_to, hz, iwm_watchdog, in iwm_start()
4924 iwm_watchdog(void *arg) in iwm_watchdog() function
4942 callout_reset(&sc->sc_watchdog_to, hz, iwm_watchdog, sc); in iwm_watchdog()