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

/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_urtw.c683 static void urtw_watchdog(void *);
1099 callout_reset(&sc->sc_watchdog_ch, hz, urtw_watchdog, sc);
1469 callout_reset(&sc->sc_watchdog_ch, hz, urtw_watchdog, sc);
1910 urtw_watchdog(void *arg) function
1922 callout_reset(&sc->sc_watchdog_ch, hz, urtw_watchdog, sc);

Completed in 55 milliseconds