Home
last modified time | relevance | path

Searched defs:_asc (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/ath/
H A Dath_impl.h115 #define ATH_PA2DESC(_asc, _pa) \ argument
327 #define ATH_LOCK(_asc) mutex_enter(&(_asc)->asc_genlock) argument
328 #define ATH_UNLOCK(_asc) mutex_exit(&(_asc)->asc_genlock) argument
329 #define ATH_LOCK_ASSERT(_asc) ASSERT(mutex_owned(&(_asc)->asc_genlock)) argument
331 #define ATH_IS_RUNNING(_asc) \ argument