Home
last modified time | relevance | path

Searched refs:VR_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/vr/
H A Dif_vr.c334 VR_UNLOCK(sc); in vr_miibus_statchg()
835 VR_UNLOCK(sc); in vr_detach()
1398 VR_UNLOCK(sc); in vr_rxeof()
1584 VR_UNLOCK(sc); in vr_poll()
1715 VR_UNLOCK(sc); in vr_int_task()
1740 VR_UNLOCK(sc); in vr_int_task()
1953 VR_UNLOCK(sc); in vr_start()
2013 VR_UNLOCK(sc); in vr_init()
2183 VR_UNLOCK(sc); in vr_ifmedia_upd()
2201 VR_UNLOCK(sc); in vr_ifmedia_sts()
[all …]
H A Dif_vrreg.h743 #define VR_UNLOCK(_sc) mtx_unlock(&(_sc)->vr_mtx) macro