Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c1066 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()
Dfw.c374 atomic_set(&mvm->mac80211_queue_stop_count[i], 0); in iwl_mvm_load_ucode_wait_alive()
Dmvm.h848 atomic_t mac80211_queue_stop_count[IEEE80211_MAX_QUEUES]; member