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

/freebsd-10-stable/sys/dev/usb/net/
H A Dusb_ethernet.c83 static void ue_watchdog(void *);
217 usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0);
312 usb_callout_drain(&ue->ue_watchdog);
379 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue);
391 usb_callout_stop(&ue->ue_watchdog);
470 ue_watchdog(void *arg) function
482 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 113 milliseconds