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/
Dusb_ethernet.c57 static void ue_watchdog(void *);
292 callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0); in ue_attach_post_task()
363 callout_drain(&ue->ue_watchdog); in uether_ifdetach()
434 callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_start_task()
446 callout_stop(&ue->ue_watchdog); in ue_stop_task()
493 ue_watchdog(void *arg) in ue_watchdog() function
506 callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_watchdog()
Dusb_ethernet.h121 struct callout ue_watchdog; member