Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath5k/
Dbase.c1112 spin_lock(&ah->txbuflock); in ath5k_drain_tx_buffs()
1116 spin_unlock(&ah->txbuflock); in ath5k_drain_tx_buffs()
1619 spin_lock_irqsave(&ah->txbuflock, flags); in ath5k_tx_queue()
1622 spin_unlock_irqrestore(&ah->txbuflock, flags); in ath5k_tx_queue()
1631 spin_unlock_irqrestore(&ah->txbuflock, flags); in ath5k_tx_queue()
1637 spin_lock_irqsave(&ah->txbuflock, flags); in ath5k_tx_queue()
1640 spin_unlock_irqrestore(&ah->txbuflock, flags); in ath5k_tx_queue()
1758 spin_lock(&ah->txbuflock); in ath5k_tx_processq()
1762 spin_unlock(&ah->txbuflock); in ath5k_tx_processq()
2560 spin_lock_init(&ah->txbuflock); in ath5k_init_ah()
Dath5k.h1314 spinlock_t txbuflock; member
/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()
2482 spin_lock_irqsave(&sc->tx.txbuflock, flags); in ath_tx_complete_buf()
2484 spin_unlock_irqrestore(&sc->tx.txbuflock, flags); in ath_tx_complete_buf()
2748 spin_lock_init(&sc->tx.txbuflock); in ath_tx_init()
Dath9k.h298 spinlock_t txbuflock; member