Home
last modified time | relevance | path

Searched refs:ue_tq (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/net/
H A Dusb_ethernet.c92 if (usb_proc_is_gone(&ue->ue_tq)) { in uether_pause()
109 if (usb_proc_is_gone(&ue->ue_tq)) { in ue_queue_command()
118 usb_proc_msignal(&ue->ue_tq, t0, t1); in ue_queue_command()
128 usb_proc_mwait(&ue->ue_tq, t0, t1); in ue_queue_command()
171 error = usb_proc_create(&ue->ue_tq, ue->ue_mtx, in uether_ifattach()
194 usb_proc_mwait(&ue->ue_tq, in uether_ifattach_wait()
297 usb_proc_drain(&ue->ue_tq); in uether_ifdetach()
336 usb_proc_free(&ue->ue_tq); in uether_ifdetach()
342 return (usb_proc_is_gone(&ue->ue_tq)); in uether_is_gone()
H A Dusb_ethernet.h85 struct usb_process ue_tq; member
102 usbd_do_request_proc((ue)->ue_udev,&(ue)->ue_tq,req,data,0,NULL,timo)
H A Dif_axge.c614 usb_proc_drain(&ue->ue_tq); in axge_detach()