Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/net/
H A Dusb_ethernet.c62 #define UE_LOCK(_ue) mtx_lock((_ue)->ue_mtx)
63 #define UE_UNLOCK(_ue) mtx_unlock((_ue)->ue_mtx)
64 #define UE_LOCK_ASSERT(_ue, t) mtx_assert((_ue)->ue_mtx, t)
96 usb_pause_mtx(ue->ue_mtx, _ticks); in uether_pause()
167 (ue->ue_mtx == NULL) || in uether_ifattach()
171 error = usb_proc_create(&ue->ue_tq, ue->ue_mtx, in uether_ifattach()
216 usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0); in ue_attach_post_task()
H A Dusb_ethernet.h77 struct mtx *ue_mtx; member
H A Dif_ipheth.c248 ue->ue_mtx = &sc->sc_mtx; in ipheth_attach()
H A Dif_cue.c422 ue->ue_mtx = &sc->sc_mtx; in cue_attach()
H A Dif_kue.c497 ue->ue_mtx = &sc->sc_mtx; in kue_attach()
H A Dif_rue.c607 ue->ue_mtx = &sc->sc_mtx; in rue_attach()
H A Dif_cdceem.c289 ue->ue_mtx = &sc->sc_mtx; in cdceem_attach()
H A Dif_udav.c293 ue->ue_mtx = &sc->sc_mtx; in udav_attach()
H A Dif_mos.c710 ue->ue_mtx = &sc->sc_mtx; in mos_attach()
H A Dif_aue.c709 ue->ue_mtx = &sc->sc_mtx; in aue_attach()
H A Dif_axge.c589 ue->ue_mtx = &sc->sc_mtx; in axge_attach()
H A Dif_urndis.c313 ue->ue_mtx = &sc->sc_mtx; in urndis_attach()
H A Dif_smsc.c1790 ue->ue_mtx = &sc->sc_mtx; in smsc_attach()
H A Dif_axe.c956 ue->ue_mtx = &sc->sc_mtx; in axe_attach()
H A Dif_muge.c2192 ue->ue_mtx = &sc->sc_mtx; in muge_attach()
H A Dif_cdce.c766 ue->ue_mtx = &sc->sc_mtx; in cdce_attach()
H A Dif_ure.c567 ue->ue_mtx = &sc->sc_mtx; in ure_attach()