Home
last modified time | relevance | path

Searched refs:txbuflock (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Dbase.c1126 spin_lock(&ah->txbuflock); in ath5k_drain_tx_buffs()
1130 spin_unlock(&ah->txbuflock); in ath5k_drain_tx_buffs()
1636 spin_lock_irqsave(&ah->txbuflock, flags); in ath5k_tx_queue()
1639 spin_unlock_irqrestore(&ah->txbuflock, flags); in ath5k_tx_queue()
1648 spin_unlock_irqrestore(&ah->txbuflock, flags); in ath5k_tx_queue()
1654 spin_lock_irqsave(&ah->txbuflock, flags); in ath5k_tx_queue()
1657 spin_unlock_irqrestore(&ah->txbuflock, flags); in ath5k_tx_queue()
1775 spin_lock(&ah->txbuflock); in ath5k_tx_processq()
1779 spin_unlock(&ah->txbuflock); in ath5k_tx_processq()
2577 spin_lock_init(&ah->txbuflock); in ath5k_init_ah()
Dath5k.h1315 spinlock_t txbuflock; member
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c365 spin_lock_bh(&sc->tx.txbuflock); in ath_tx_get_buffer()
368 spin_unlock_bh(&sc->tx.txbuflock); in ath_tx_get_buffer()
375 spin_unlock_bh(&sc->tx.txbuflock); in ath_tx_get_buffer()
382 spin_lock_bh(&sc->tx.txbuflock); in ath_tx_return_buffer()
384 spin_unlock_bh(&sc->tx.txbuflock); in ath_tx_return_buffer()
2578 spin_lock_irqsave(&sc->tx.txbuflock, flags); in ath_tx_complete_buf()
2580 spin_unlock_irqrestore(&sc->tx.txbuflock, flags); in ath_tx_complete_buf()
2844 spin_lock_init(&sc->tx.txbuflock); in ath_tx_init()
Dath9k.h298 spinlock_t txbuflock; member