Searched refs:VR_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
479 VR_LOCK_ASSERT(sc); in vr_set_filter()1292 VR_LOCK_ASSERT(sc); in vr_rxeof()1437 VR_LOCK_ASSERT(sc); in vr_txeof()1550 VR_LOCK_ASSERT(sc); in vr_tick()1596 VR_LOCK_ASSERT(sc); in vr_poll_locked()1793 VR_LOCK_ASSERT(sc); in vr_encap()1965 VR_LOCK_ASSERT(sc); in vr_start_locked()2024 VR_LOCK_ASSERT(sc); in vr_init_locked()2306 VR_LOCK_ASSERT(sc); in vr_watchdog()2430 VR_LOCK_ASSERT(sc); in vr_stop()[all …]
744 #define VR_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->vr_mtx, MA_OWNED) macro