Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath5k/
Dbase.c1170 spin_lock(&ah->txbuflock); in ath5k_drain_tx_buffs()
1174 spin_unlock(&ah->txbuflock); in ath5k_drain_tx_buffs()
1680 spin_lock_irqsave(&ah->txbuflock, flags); in ath5k_tx_queue()
1683 spin_unlock_irqrestore(&ah->txbuflock, flags); in ath5k_tx_queue()
1692 spin_unlock_irqrestore(&ah->txbuflock, flags); in ath5k_tx_queue()
1698 spin_lock_irqsave(&ah->txbuflock, flags); in ath5k_tx_queue()
1701 spin_unlock_irqrestore(&ah->txbuflock, flags); in ath5k_tx_queue()
1819 spin_lock(&ah->txbuflock); in ath5k_tx_processq()
1823 spin_unlock(&ah->txbuflock); in ath5k_tx_processq()
2622 spin_lock_init(&ah->txbuflock); in ath5k_init_ah()
Dath5k.h1316 spinlock_t txbuflock; member
/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dxmit.c409 spin_lock_bh(&sc->tx.txbuflock); in ath_tx_get_buffer()
412 spin_unlock_bh(&sc->tx.txbuflock); in ath_tx_get_buffer()
419 spin_unlock_bh(&sc->tx.txbuflock); in ath_tx_get_buffer()
426 spin_lock_bh(&sc->tx.txbuflock); in ath_tx_return_buffer()
428 spin_unlock_bh(&sc->tx.txbuflock); in ath_tx_return_buffer()
2540 spin_lock_irqsave(&sc->tx.txbuflock, flags); in ath_tx_complete_buf()
2542 spin_unlock_irqrestore(&sc->tx.txbuflock, flags); in ath_tx_complete_buf()
2822 spin_lock_init(&sc->tx.txbuflock); in ath_tx_init()
Dath9k.h288 spinlock_t txbuflock; member