Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/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.h193 spinlock_t tx_stats_lock; member
Dmain.c746 spin_lock_init(&priv->tx_stats_lock); in p54_init_common()
/linux-4.4.14/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.c246 spin_lock_bh(&ar->tx_stats_lock); in carl9170_debugfs_qos_stat_read()
262 spin_unlock_bh(&ar->tx_stats_lock); in carl9170_debugfs_qos_stat_read()
Dcarl9170.h364 spinlock_t tx_stats_lock; member
Dmain.c1817 spin_lock_init(&ar->tx_stats_lock); in carl9170_alloc()