Searched refs:ALC_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
649 ALC_LOCK_ASSERT(sc); in alc_mediachange_locked()2533 ALC_LOCK_ASSERT(sc); in alc_setwol_813x()2590 ALC_LOCK_ASSERT(sc); in alc_setwol_816x()2693 ALC_LOCK_ASSERT(sc); in alc_encap()2932 ALC_LOCK_ASSERT(sc); in alc_start_locked()2996 ALC_LOCK_ASSERT(sc); in alc_watchdog()3136 ALC_LOCK_ASSERT(sc); in alc_mac_config()3208 ALC_LOCK_ASSERT(sc); in alc_stats_update()3420 ALC_LOCK_ASSERT(sc); in alc_txeof()3754 ALC_LOCK_ASSERT(sc); in alc_tick()[all …]
280 #define ALC_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->alc_mtx, MA_OWNED) macro