Searched refs:asc_genlock (Results 1 – 2 of 2) sorted by relevance
312 kmutex_t asc_genlock; member327 #define ATH_LOCK(_asc) mutex_enter(&(_asc)->asc_genlock)328 #define ATH_UNLOCK(_asc) mutex_exit(&(_asc)->asc_genlock)329 #define ATH_LOCK_ASSERT(_asc) ASSERT(mutex_owned(&(_asc)->asc_genlock))
1998 mutex_init(&asc->asc_genlock, NULL, MUTEX_DRIVER, NULL); in ath_attach()2349 mutex_destroy(&asc->asc_genlock); in ath_attach()2429 mutex_destroy(&asc->asc_genlock); in ath_detach()