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

/freebsd-11.0-release/sys/dev/usb/net/
H A Dusb_ethernet.c84 static void ue_watchdog(void *);
207 usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0);
302 usb_callout_drain(&ue->ue_watchdog);
369 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue);
381 usb_callout_stop(&ue->ue_watchdog);
460 ue_watchdog(void *arg) function
472 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue);
H A Dusb_ethernet.h93 struct usb_callout ue_watchdog; member in struct:usb_ether

Completed in 29 milliseconds