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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dbase.h204 spinlock_t txbuflock; member in struct:ath5k_softc
H A Dbase.c601 spin_lock_init(&sc->txbuflock);
1626 spin_lock_bh(&sc->txbuflock);
1629 spin_unlock_bh(&sc->txbuflock);
2159 spin_lock(&sc->txbuflock);
2162 spin_unlock(&sc->txbuflock);
2864 spin_lock_irqsave(&sc->txbuflock, flags);
2867 spin_unlock_irqrestore(&sc->txbuflock, flags);
2876 spin_unlock_irqrestore(&sc->txbuflock, flags);
2882 spin_lock_irqsave(&sc->txbuflock, flags);
2885 spin_unlock_irqrestore(&sc->txbuflock, flag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dxmit.c262 spin_lock_bh(&sc->tx.txbuflock);
265 spin_unlock_bh(&sc->tx.txbuflock);
272 spin_unlock_bh(&sc->tx.txbuflock);
279 spin_lock_bh(&sc->tx.txbuflock);
281 spin_unlock_bh(&sc->tx.txbuflock);
1962 spin_lock_irqsave(&sc->tx.txbuflock, flags);
1964 spin_unlock_irqrestore(&sc->tx.txbuflock, flags);
2350 spin_lock_init(&sc->tx.txbuflock);
H A Dath9k.h297 spinlock_t txbuflock; member in struct:ath_tx

Completed in 64 milliseconds