Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dops.c773 if (atomic_inc_return(&mvm->mac80211_queue_stop_count[mq]) > 1) { in iwl_mvm_stop_sw_queue()
791 if (atomic_dec_return(&mvm->mac80211_queue_stop_count[mq]) > 0) { in iwl_mvm_wake_sw_queue()
Dfw.c288 atomic_set(&mvm->mac80211_queue_stop_count[i], 0); in iwl_mvm_load_ucode_wait_alive()
Dmvm.h628 atomic_t mac80211_queue_stop_count[IEEE80211_MAX_QUEUES]; member