Home
last modified time | relevance | path

Searched refs:tx_ampdu_list_lock (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dmain.c191 spin_lock_bh(&ar->tx_ampdu_list_lock); in carl9170_ampdu_gc()
198 spin_unlock_bh(&ar->tx_ampdu_list_lock); in carl9170_ampdu_gc()
258 spin_lock_bh(&ar->tx_ampdu_list_lock); in carl9170_flush_ba()
269 spin_unlock_bh(&ar->tx_ampdu_list_lock); in carl9170_flush_ba()
1352 spin_lock_bh(&ar->tx_ampdu_list_lock); in carl9170_op_sta_remove()
1355 spin_unlock_bh(&ar->tx_ampdu_list_lock); in carl9170_op_sta_remove()
1432 spin_lock_bh(&ar->tx_ampdu_list_lock); in carl9170_op_ampdu_action()
1436 spin_unlock_bh(&ar->tx_ampdu_list_lock); in carl9170_op_ampdu_action()
1446 spin_lock_bh(&ar->tx_ampdu_list_lock); in carl9170_op_ampdu_action()
1449 spin_unlock_bh(&ar->tx_ampdu_list_lock); in carl9170_op_ampdu_action()
[all …]
H A Dcarl9170.h402 spinlock_t tx_ampdu_list_lock; member