Searched refs:mac80211_queue_stop_count (Results 1 – 3 of 3) sorted by relevance
1066 if (atomic_inc_return(&mvm->mac80211_queue_stop_count[q]) > 1) { in iwl_mvm_stop_mac_queues()1108 if (atomic_dec_return(&mvm->mac80211_queue_stop_count[q]) > 0) { in iwl_mvm_start_mac_queues()
374 atomic_set(&mvm->mac80211_queue_stop_count[i], 0); in iwl_mvm_load_ucode_wait_alive()
848 atomic_t mac80211_queue_stop_count[IEEE80211_MAX_QUEUES]; member