Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/net/
H A Dusb_ethernet.c82 static void ue_watchdog(void *);
216 usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0); in ue_attach_post_task()
309 usb_callout_drain(&ue->ue_watchdog); in uether_ifdetach()
382 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_start_task()
394 usb_callout_stop(&ue->ue_watchdog); in ue_stop_task()
473 ue_watchdog(void *arg) in ue_watchdog() function
485 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_watchdog()
H A Dusb_ethernet.h88 struct usb_callout ue_watchdog; member