Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c177 mutex_enter(&txq->axq_lock); in arn_tx_pause_tid()
181 mutex_exit(&txq->axq_lock); in arn_tx_pause_tid()
191 mutex_enter(&txq->axq_lock); in arn_tx_resume_tid()
207 mutex_exit(&txq->axq_lock); in arn_tx_resume_tid()
222 mutex_enter(&txq->axq_lock); in arn_tx_flush_tid()
227 mutex_exit(&txq->axq_lock); in arn_tx_flush_tid()
239 mutex_exit(&txq->axq_lock); in arn_tx_flush_tid()
312 mutex_exit(&txq->axq_lock); in arn_tid_drain()
514 mutex_exit(&txq->axq_lock); in arn_tx_complete_aggr()
831 mutex_exit(&txq->axq_lock); in arn_tx_aggr_stop()
[all …]
H A Darn_main.c1694 mutex_enter(&txq->axq_lock); in arn_node_free()
1702 mutex_exit(&txq->axq_lock); in arn_node_free()
3280 mutex_destroy(&((&sc->sc_txq[i])->axq_lock)); in arn_attach()
3373 mutex_destroy(&((&sc->sc_txq[i])->axq_lock)); in arn_detach()
H A Darn_core.h464 kmutex_t axq_lock; /* lock on q and link */ member
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c181 mutex_init(&txq->axq_lock, NULL, MUTEX_DRIVER, NULL); in ath_set_data_queue()
212 mutex_destroy(&txq->axq_lock); in ath_txq_cleanup()
375 mutex_enter(&txq->axq_lock); in ath_drainq()
379 mutex_exit(&txq->axq_lock); in ath_drainq()
383 mutex_exit(&txq->axq_lock); in ath_drainq()
H A Dath_main.c930 mutex_enter(&txq->axq_lock); in ath_tx_start()
938 mutex_exit(&txq->axq_lock); in ath_tx_start()
1109 mutex_enter(&txq->axq_lock); in ath_tx_processq()
1113 mutex_exit(&txq->axq_lock); in ath_tx_processq()
1123 mutex_exit(&txq->axq_lock); in ath_tx_processq()
1127 mutex_exit(&txq->axq_lock); in ath_tx_processq()
1228 mutex_enter(&txq->axq_lock); in ath_node_free()
1236 mutex_exit(&txq->axq_lock); in ath_node_free()
2345 mutex_destroy(&txq->axq_lock); in ath_attach()
H A Dath_impl.h252 kmutex_t axq_lock; /* lock on q and link */ member