Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h115 #define ATH_PA2DESC(_asc, _pa) \ argument
116 ((struct ath_desc *)((caddr_t)(_asc)->asc_desc + \
117 ((_pa) - (_asc)->asc_desc_dma.cookie.dmac_address)))
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
332 (((_asc)->asc_invalid == 0) && ((_asc)->asc_isrunning == 1))