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/
Dusb_ethernet.h54 #define UE_LOCK(_ue) mtx_lock((_ue)->ue_mtx)
55 #define UE_UNLOCK(_ue) mtx_unlock((_ue)->ue_mtx)
56 #define UE_LOCK_ASSERT(_ue, t) mtx_assert((_ue)->ue_mtx, t)
111 struct mtx *ue_mtx; member
Dusb_ethernet.c72 usb_pause_mtx(ue->ue_mtx, _ticks); in uether_pause()
121 (ue->ue_mtx == NULL) || in uether_ifattach()
130 ret = usb_proc_create(&ue->ue_tq, ue->ue_mtx, in uether_ifattach()
292 callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0); in ue_attach_post_task()
Dif_axge.c371 ue->ue_mtx = &sc->sc_mtx; in axge_attach()
Dif_axe.c718 ue->ue_mtx = &sc->sc_mtx; in axe_attach()
Dif_urndis.c283 ue->ue_mtx = &sc->sc_mtx; in urndis_attach()
Dif_cdce.c628 ue->ue_mtx = &sc->sc_mtx; in cdce_attach()