Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath5k/
Dbase.h226 spinlock_t txbuflock; member
Dbase.c1054 spin_lock_bh(&sc->txbuflock); in ath5k_drain_tx_buffs()
1058 spin_unlock_bh(&sc->txbuflock); in ath5k_drain_tx_buffs()
1541 spin_lock_irqsave(&sc->txbuflock, flags); in ath5k_tx_queue()
1544 spin_unlock_irqrestore(&sc->txbuflock, flags); in ath5k_tx_queue()
1553 spin_unlock_irqrestore(&sc->txbuflock, flags); in ath5k_tx_queue()
1559 spin_lock_irqsave(&sc->txbuflock, flags); in ath5k_tx_queue()
1562 spin_unlock_irqrestore(&sc->txbuflock, flags); in ath5k_tx_queue()
1672 spin_lock(&sc->txbuflock); in ath5k_tx_processq()
1676 spin_unlock(&sc->txbuflock); in ath5k_tx_processq()
2355 spin_lock_init(&sc->txbuflock); in ath5k_init_softc()
/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dxmit.c267 spin_lock_bh(&sc->tx.txbuflock); in ath_tx_get_buffer()
270 spin_unlock_bh(&sc->tx.txbuflock); in ath_tx_get_buffer()
277 spin_unlock_bh(&sc->tx.txbuflock); in ath_tx_get_buffer()
284 spin_lock_bh(&sc->tx.txbuflock); in ath_tx_return_buffer()
286 spin_unlock_bh(&sc->tx.txbuflock); in ath_tx_return_buffer()
1933 spin_lock_irqsave(&sc->tx.txbuflock, flags); in ath_tx_complete_buf()
1935 spin_unlock_irqrestore(&sc->tx.txbuflock, flags); in ath_tx_complete_buf()
2326 spin_lock_init(&sc->tx.txbuflock); in ath_tx_init()
Dath9k.h288 spinlock_t txbuflock; member