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()
836 VR_UNLOCK(sc); in vr_detach()
1399 VR_UNLOCK(sc); in vr_rxeof()
1585 VR_UNLOCK(sc); in vr_poll()
1716 VR_UNLOCK(sc); in vr_int_task()
1741 VR_UNLOCK(sc); in vr_int_task()
1954 VR_UNLOCK(sc); in vr_start()
2014 VR_UNLOCK(sc); in vr_init()
2184 VR_UNLOCK(sc); in vr_ifmedia_upd()
2202 VR_UNLOCK(sc); in vr_ifmedia_sts()
[all …]
H A Dif_vrreg.h743 #define VR_UNLOCK(_sc) mtx_unlock(&(_sc)->vr_mtx) macro