Home
last modified time | relevance | path

Searched refs:tx_stats_lock (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/intersil/p54/
Dtxrx.c176 spin_lock_irqsave(&priv->tx_stats_lock, flags); in p54_wake_queues()
182 spin_unlock_irqrestore(&priv->tx_stats_lock, flags); in p54_wake_queues()
197 spin_lock_irqsave(&priv->tx_stats_lock, flags); in p54_tx_qos_accounting_alloc()
199 spin_unlock_irqrestore(&priv->tx_stats_lock, flags); in p54_tx_qos_accounting_alloc()
211 spin_unlock_irqrestore(&priv->tx_stats_lock, flags); in p54_tx_qos_accounting_alloc()
221 spin_lock_irqsave(&priv->tx_stats_lock, flags); in p54_tx_qos_accounting_free()
223 spin_unlock_irqrestore(&priv->tx_stats_lock, flags); in p54_tx_qos_accounting_free()
Dp54.h190 spinlock_t tx_stats_lock; member
Dmain.c740 spin_lock_init(&priv->tx_stats_lock); in p54_init_common()
/drivers/net/wireless/ath/carl9170/
Dtx.c84 spin_lock_bh(&ar->tx_stats_lock); in carl9170_tx_accounting()
103 spin_unlock_bh(&ar->tx_stats_lock); in carl9170_tx_accounting()
162 spin_lock_bh(&ar->tx_stats_lock); in carl9170_tx_accounting_free()
184 spin_unlock_bh(&ar->tx_stats_lock); in carl9170_tx_accounting_free()
Ddebug.c248 spin_lock_bh(&ar->tx_stats_lock); in carl9170_debugfs_qos_stat_read()
264 spin_unlock_bh(&ar->tx_stats_lock); in carl9170_debugfs_qos_stat_read()
Dcarl9170.h367 spinlock_t tx_stats_lock; member
Dmain.c1800 spin_lock_init(&ar->tx_stats_lock); in carl9170_alloc()