Home
last modified time | relevance | path

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

/linux-4.4.14/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.h1316 spinlock_t txbuflock; member
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dxmit.c354 spin_lock_bh(&sc->tx.txbuflock); in ath_tx_get_buffer()
357 spin_unlock_bh(&sc->tx.txbuflock); in ath_tx_get_buffer()
364 spin_unlock_bh(&sc->tx.txbuflock); in ath_tx_get_buffer()
371 spin_lock_bh(&sc->tx.txbuflock); in ath_tx_return_buffer()
373 spin_unlock_bh(&sc->tx.txbuflock); in ath_tx_return_buffer()
2541 spin_lock_irqsave(&sc->tx.txbuflock, flags); in ath_tx_complete_buf()
2543 spin_unlock_irqrestore(&sc->tx.txbuflock, flags); in ath_tx_complete_buf()
2807 spin_lock_init(&sc->tx.txbuflock); in ath_tx_init()
Dath9k.h289 spinlock_t txbuflock; member