Home
last modified time | relevance | path

Searched refs:ue_mtx (Results 1 - 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_ethernet.h51 #define UE_LOCK(_ue) mtx_lock((_ue)->ue_mtx)
52 #define UE_UNLOCK(_ue) mtx_unlock((_ue)->ue_mtx)
53 #define UE_LOCK_ASSERT(_ue, t) mtx_assert((_ue)->ue_mtx, t)
108 struct mtx *ue_mtx; member
H A Dusb_ethernet.c70 usb_pause_mtx(ue->ue_mtx, _ticks); in uether_pause()
119 (ue->ue_mtx == NULL) || in uether_ifattach()
128 ret = usb_proc_create(&ue->ue_tq, ue->ue_mtx, in uether_ifattach()
290 usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0); in ue_attach_post_task()
H A Dif_axge.c370 ue->ue_mtx = &sc->sc_mtx; in axge_attach()
H A Dif_axe.c716 ue->ue_mtx = &sc->sc_mtx; in axe_attach()
H A Dif_urndis.c282 ue->ue_mtx = &sc->sc_mtx; in urndis_attach()
H A Dif_cdce.c620 ue->ue_mtx = &sc->sc_mtx; in cdce_attach()

Completed in 8 milliseconds