Searched refs:VR_LOCK (Results 1 – 2 of 2) sorted by relevance
838 VR_LOCK(sc); in vr_detach()1408 VR_LOCK(sc); in vr_rxeof()1589 VR_LOCK(sc); in vr_poll()1698 VR_LOCK(sc); in vr_int_task()1959 VR_LOCK(sc); in vr_start()2019 VR_LOCK(sc); in vr_init()2185 VR_LOCK(sc); in vr_ifmedia_upd()2207 VR_LOCK(sc); in vr_ifmedia_sts()2232 VR_LOCK(sc); in vr_ioctl()2251 VR_LOCK(sc); in vr_ioctl()[all …]
742 #define VR_LOCK(_sc) mtx_lock(&(_sc)->vr_mtx) macro