Searched refs:asc_txbuflock (Results 1 – 3 of 3) sorted by relevance
975 mutex_enter(&asc->asc_txbuflock); in ath_xmit()984 mutex_exit(&asc->asc_txbuflock); in ath_xmit()1040 mutex_enter(&asc->asc_txbuflock); in ath_xmit()1042 mutex_exit(&asc->asc_txbuflock); in ath_xmit()1173 mutex_enter(&asc->asc_txbuflock); in ath_tx_processq()1175 mutex_exit(&asc->asc_txbuflock); in ath_tx_processq()1999 mutex_init(&asc->asc_txbuflock, NULL, MUTEX_DRIVER, NULL); in ath_attach()2341 mutex_destroy(&asc->asc_txbuflock); in ath_attach()
206 mutex_destroy(&asc->asc_txbuflock); in ath_txq_cleanup()385 mutex_enter(&asc->asc_txbuflock); in ath_drainq()387 mutex_exit(&asc->asc_txbuflock); in ath_drainq()
297 kmutex_t asc_txbuflock; /* txbuf lock */ member