Home
last modified time | relevance | path

Searched refs:ATH_LOCK (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/ath/
H A Dath_main.c1296 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 …]
H A Dath_impl.h327 #define ATH_LOCK(_asc) mutex_enter(&(_asc)->asc_genlock) macro