Home
last modified time | relevance | path

Searched refs:txqs_lock (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dcore.h826 spinlock_t txqs_lock; member
Dmac.c3745 spin_lock_bh(&ar->txqs_lock); in ath10k_mac_txq_unref()
3748 spin_unlock_bh(&ar->txqs_lock); in ath10k_mac_txq_unref()
3888 spin_lock_bh(&ar->txqs_lock); in ath10k_mac_tx_push_pending()
3917 spin_unlock_bh(&ar->txqs_lock); in ath10k_mac_tx_push_pending()
4161 spin_lock_bh(&ar->txqs_lock); in ath10k_mac_op_wake_tx_queue()
4176 spin_unlock_bh(&ar->txqs_lock); in ath10k_mac_op_wake_tx_queue()
Dcore.c2345 spin_lock_init(&ar->txqs_lock); in ath10k_core_create()