Searched refs:txq_state_mtx (Results 1 – 2 of 2) sorted by relevance
183 struct mtx txq_state_mtx; member290 mtx_init(&(_sc)->txq_state_mtx, "txq state lock", NULL, MTX_DEF)291 #define WPI_TXQ_STATE_LOCK(_sc) mtx_lock(&(_sc)->txq_state_mtx)292 #define WPI_TXQ_STATE_UNLOCK(_sc) mtx_unlock(&(_sc)->txq_state_mtx)293 #define WPI_TXQ_STATE_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->txq_state_mtx)
533 callout_init_mtx(&sc->tx_timeout, &sc->txq_state_mtx, 0); in wpi_attach()