Searched refs:ue_watchdog (Results 1 – 2 of 2) sorted by relevance
83 static void ue_watchdog(void *);217 usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0); in ue_attach_post_task()310 usb_callout_drain(&ue->ue_watchdog); in uether_ifdetach()383 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_start_task()395 usb_callout_stop(&ue->ue_watchdog); in ue_stop_task()474 ue_watchdog(void *arg) in ue_watchdog() function486 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_watchdog()
88 struct usb_callout ue_watchdog; member