Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/vr/
H A Dif_vr.c833 VR_LOCK(sc); in vr_detach()
1403 VR_LOCK(sc); in vr_rxeof()
1584 VR_LOCK(sc); in vr_poll()
1693 VR_LOCK(sc); in vr_int_task()
1954 VR_LOCK(sc); in vr_start()
2014 VR_LOCK(sc); in vr_init()
2180 VR_LOCK(sc); in vr_ifmedia_upd()
2202 VR_LOCK(sc); in vr_ifmedia_sts()
2227 VR_LOCK(sc); in vr_ioctl()
2497 VR_LOCK(sc); in vr_suspend()
[all …]
H A Dif_vrreg.h742 #define VR_LOCK(_sc) mtx_lock(&(_sc)->vr_mtx) macro