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

/freebsd-11-stable/sys/dev/usb/net/
H A Dusb_ethernet.c84 static void ue_watchdog(void *);
218 usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0);
313 usb_callout_drain(&ue->ue_watchdog);
380 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue);
392 usb_callout_stop(&ue->ue_watchdog);
471 ue_watchdog(void *arg) function
483 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 73 milliseconds