Searched refs:ue_mtx (Results 1 – 15 of 15) sorted by relevance
64 #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()
82 struct mtx *ue_mtx; member
250 ue->ue_mtx = &sc->sc_mtx; in ipheth_attach()
421 ue->ue_mtx = &sc->sc_mtx; in cue_attach()
504 ue->ue_mtx = &sc->sc_mtx; in kue_attach()
604 ue->ue_mtx = &sc->sc_mtx; in rue_attach()
290 ue->ue_mtx = &sc->sc_mtx; in udav_attach()
715 ue->ue_mtx = &sc->sc_mtx; in mos_attach()
565 ue->ue_mtx = &sc->sc_mtx; in axge_attach()
703 ue->ue_mtx = &sc->sc_mtx; in aue_attach()
460 ue->ue_mtx = &sc->sc_mtx; in ure_attach()
309 ue->ue_mtx = &sc->sc_mtx; in urndis_attach()
1793 ue->ue_mtx = &sc->sc_mtx; in smsc_attach()
721 ue->ue_mtx = &sc->sc_mtx; in cdce_attach()
959 ue->ue_mtx = &sc->sc_mtx; in axe_attach()