Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/net/
HDusb_ethernet.c64 #define UE_LOCK(_ue) mtx_lock((_ue)->ue_mtx)
65 #define UE_UNLOCK(_ue) mtx_unlock((_ue)->ue_mtx)
66 #define UE_LOCK_ASSERT(_ue, t) mtx_assert((_ue)->ue_mtx, t)
98 usb_pause_mtx(ue->ue_mtx, _ticks); in uether_pause()
169 (ue->ue_mtx == NULL) || in uether_ifattach()
173 error = usb_proc_create(&ue->ue_tq, ue->ue_mtx, in uether_ifattach()
207 usb_callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0); in ue_attach_post_task()
HDusb_ethernet.h82 struct mtx *ue_mtx; member
HDif_ipheth.c250 ue->ue_mtx = &sc->sc_mtx; in ipheth_attach()
HDif_cue.c421 ue->ue_mtx = &sc->sc_mtx; in cue_attach()
HDif_kue.c504 ue->ue_mtx = &sc->sc_mtx; in kue_attach()
HDif_rue.c604 ue->ue_mtx = &sc->sc_mtx; in rue_attach()
HDif_udav.c290 ue->ue_mtx = &sc->sc_mtx; in udav_attach()
HDif_mos.c715 ue->ue_mtx = &sc->sc_mtx; in mos_attach()
HDif_axge.c565 ue->ue_mtx = &sc->sc_mtx; in axge_attach()
HDif_aue.c703 ue->ue_mtx = &sc->sc_mtx; in aue_attach()
HDif_ure.c460 ue->ue_mtx = &sc->sc_mtx; in ure_attach()
HDif_urndis.c309 ue->ue_mtx = &sc->sc_mtx; in urndis_attach()
HDif_smsc.c1793 ue->ue_mtx = &sc->sc_mtx; in smsc_attach()
HDif_cdce.c721 ue->ue_mtx = &sc->sc_mtx; in cdce_attach()
HDif_axe.c959 ue->ue_mtx = &sc->sc_mtx; in axe_attach()