Searched refs:ALC_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
649 ALC_LOCK_ASSERT(sc); in alc_mediachange_locked()2539 ALC_LOCK_ASSERT(sc); in alc_setwol_813x()2602 ALC_LOCK_ASSERT(sc); in alc_setwol_816x()2721 ALC_LOCK_ASSERT(sc); in alc_encap()2960 ALC_LOCK_ASSERT(sc); in alc_start_locked()3024 ALC_LOCK_ASSERT(sc); in alc_watchdog()3164 ALC_LOCK_ASSERT(sc); in alc_mac_config()3236 ALC_LOCK_ASSERT(sc); in alc_stats_update()3448 ALC_LOCK_ASSERT(sc); in alc_txeof()3782 ALC_LOCK_ASSERT(sc); in alc_tick()[all …]
281 #define ALC_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->alc_mtx, MA_OWNED) macro