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

/freebsd-12-stable/sys/dev/usb/net/
H A Dusb_ethernet.c66 #define UE_LOCK(_ue) mtx_lock((_ue)->ue_mtx)
67 #define UE_UNLOCK(_ue) mtx_unlock((_ue)->ue_mtx)
68 #define UE_LOCK_ASSERT(_ue, t) mtx_assert((_ue)->ue_mtx, t)
100 usb_pause_mtx(ue->ue_mtx, _ticks);
171 (ue->ue_mtx == NULL) ||
175 error = usb_proc_create(&ue->ue_tq, ue->ue_mtx,
220 usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0);
H A Dusb_ethernet.h84 struct mtx *ue_mtx; member in struct:usb_ether
H A Dif_ipheth.c252 ue->ue_mtx = &sc->sc_mtx;
H A Dif_cue.c423 ue->ue_mtx = &sc->sc_mtx;
H A Dif_kue.c506 ue->ue_mtx = &sc->sc_mtx;
H A Dif_aue.c705 ue->ue_mtx = &sc->sc_mtx;
H A Dif_axge.c566 ue->ue_mtx = &sc->sc_mtx;
H A Dif_cdceem.c292 ue->ue_mtx = &sc->sc_mtx;
H A Dif_mos.c717 ue->ue_mtx = &sc->sc_mtx;
H A Dif_rue.c606 ue->ue_mtx = &sc->sc_mtx;
H A Dif_udav.c292 ue->ue_mtx = &sc->sc_mtx;
H A Dif_urndis.c316 ue->ue_mtx = &sc->sc_mtx;
H A Dif_axe.c961 ue->ue_mtx = &sc->sc_mtx;
H A Dif_cdce.c726 ue->ue_mtx = &sc->sc_mtx;
H A Dif_smsc.c1749 ue->ue_mtx = &sc->sc_mtx;
H A Dif_ure.c478 ue->ue_mtx = &sc->sc_mtx;
H A Dif_muge.c2203 ue->ue_mtx = &sc->sc_mtx;

Completed in 295 milliseconds