Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_ethernet.c55 static void ue_watchdog(void *);
290 usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0); in ue_attach_post_task()
361 usb_callout_drain(&ue->ue_watchdog); in uether_ifdetach()
432 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_start_task()
444 usb_callout_stop(&ue->ue_watchdog); in ue_stop_task()
491 ue_watchdog(void *arg) in ue_watchdog() function
504 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_watchdog()
H A Dusb_ethernet.h118 struct usb_callout ue_watchdog; member

Completed in 2 milliseconds