Home
last modified time | relevance | path

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

/freebsd/sys/dev/vr/
H A Dif_vr.c833 VR_LOCK(sc); in vr_detach()
1401 VR_LOCK(sc); in vr_rxeof()
1582 VR_LOCK(sc); in vr_poll()
1691 VR_LOCK(sc); in vr_int_task()
1952 VR_LOCK(sc); in vr_start()
2012 VR_LOCK(sc); in vr_init()
2178 VR_LOCK(sc); in vr_ifmedia_upd()
2200 VR_LOCK(sc); in vr_ifmedia_sts()
2225 VR_LOCK(sc); in vr_ioctl()
2244 VR_LOCK(sc); in vr_ioctl()
[all …]
H A Dif_vrreg.h742 #define VR_LOCK(_sc) mtx_lock(&(_sc)->vr_mtx) macro