HomeSort by: relevance | last modified time | path
    Searched refs:axq_lock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ath_netbsd.h 52 #define ATH_TXQ_LOCK_INIT(_sc, _tq) mutex_init(&(_tq)->axq_lock, MUTEX_DEFAULT, IPL_NET)
53 #define ATH_TXQ_LOCK_DESTROY(_tq) mutex_destroy(&(_tq)->axq_lock)
54 #define ATH_TXQ_LOCK(_tq) mutex_enter(&(_tq)->axq_lock)
55 #define ATH_TXQ_UNLOCK(_tq) mutex_exit(&(_tq)->axq_lock)
56 #define ATH_TXQ_LOCK_ASSERT(_tq) do { KASSERTMSG(mutex_owned(&(_tq)->axq_lock), "txq lock unheld"); } while (/*CONSTCOND*/true)
athvar.h 160 ath_txq_lock_t axq_lock; /* lock on q and link */ member in struct:ath_txq

Completed in 38 milliseconds