axq_lock          163 drivers/net/wireless/ath/ath9k/ath9k.h 	spinlock_t axq_lock;
axq_lock          567 drivers/net/wireless/ath/ath9k/ath9k.h 	spin_lock_bh(&txq->axq_lock);
axq_lock          571 drivers/net/wireless/ath/ath9k/ath9k.h 	spin_unlock_bh(&txq->axq_lock);
axq_lock          175 drivers/net/wireless/ath/ath9k/beacon.c 	spin_lock_bh(&cabq->axq_lock);
axq_lock          177 drivers/net/wireless/ath/ath9k/beacon.c 	spin_unlock_bh(&cabq->axq_lock);
axq_lock           62 drivers/net/wireless/ath/ath9k/main.c 	spin_lock_bh(&txq->axq_lock);
axq_lock           80 drivers/net/wireless/ath/ath9k/main.c 	spin_unlock_bh(&txq->axq_lock);
axq_lock          102 drivers/net/wireless/ath/ath9k/xmit.c 	__releases(&txq->axq_lock)
axq_lock          110 drivers/net/wireless/ath/ath9k/xmit.c 	spin_unlock_bh(&txq->axq_lock);
axq_lock         1752 drivers/net/wireless/ath/ath9k/xmit.c 		spin_lock_init(&txq->axq_lock);
axq_lock         1962 drivers/net/wireless/ath/ath9k/xmit.c 		spin_lock_bh(&txq->axq_lock);
axq_lock         1964 drivers/net/wireless/ath/ath9k/xmit.c 		spin_unlock_bh(&txq->axq_lock);