Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ath/
H A Dath_main.c975 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()
H A Dath_aux.c206 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()
H A Dath_impl.h297 kmutex_t asc_txbuflock; /* txbuf lock */ member