Searched refs:txq_mtx (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h183 struct mtx txq_mtx; member in struct:wpi_softc
290 mtx_init(&(_sc)->txq_mtx, "txq/cmdq lock", NULL, MTX_DEF)
291 #define WPI_TXQ_LOCK(_sc) mtx_lock(&(_sc)->txq_mtx)
292 #define WPI_TXQ_UNLOCK(_sc) mtx_unlock(&(_sc)->txq_mtx)
293 #define WPI_TXQ_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->txq_mtx)

Completed in 36 milliseconds