Searched refs:ATH_LOCK (Results 1 – 2 of 2) sorted by relevance
1296 ATH_LOCK(asc); in ath_newstate()1408 ATH_LOCK(asc); in ath_watchdog()1458 ATH_LOCK(asc); in ath_intr()1536 ATH_LOCK(asc); in ath_softint_handler()1586 ATH_LOCK(asc); in ath_stop_locked()1604 ATH_LOCK(asc); in ath_m_stop()1665 ATH_LOCK(asc); in ath_m_start()1695 ATH_LOCK(asc); in ath_m_unicst()1711 ATH_LOCK(asc); in ath_m_promisc()1733 ATH_LOCK(asc); in ath_m_multicst()[all …]
327 #define ATH_LOCK(_asc) mutex_enter(&(_asc)->asc_genlock) macro