Home
last modified time | relevance | path

Searched refs:WPI_TXQ_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/wpi/
HDif_wpivar.h310 #define WPI_TXQ_UNLOCK(_sc) lockmgr(&(_sc)->txq_mtx, LK_RELEASE) macro
351 #define WPI_TXQ_UNLOCK(_sc) mtx_unlock(&(_sc)->txq_mtx) macro
HDif_wpi.c1131 WPI_TXQ_UNLOCK(sc); in wpi_update_rx_ring_ps()
1772 WPI_TXQ_UNLOCK(sc); in wpi_newstate()
1776 WPI_TXQ_UNLOCK(sc); in wpi_newstate()
2194 WPI_TXQ_UNLOCK(sc); in wpi_cmd_done()
2424 WPI_TXQ_UNLOCK(sc); in wpi_wakeup_intr()
2549 WPI_TXQ_UNLOCK(sc); in wpi_fatal_intr()
2640 WPI_TXQ_UNLOCK(sc); in wpi_free_txfrags()
2808 WPI_TXQ_UNLOCK(sc); in wpi_cmd2()
3358 WPI_TXQ_UNLOCK(sc); in wpi_cmd()
3368 WPI_TXQ_UNLOCK(sc); in wpi_cmd()
[all …]