Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/mvm/
Dfw.c250 atomic_set(&mvm->mac80211_queue_stop_count[i], 0); in iwl_mvm_load_ucode_wait_alive()
Dops.c715 if (atomic_inc_return(&mvm->mac80211_queue_stop_count[mq]) > 1) { in iwl_mvm_stop_sw_queue()
733 if (atomic_dec_return(&mvm->mac80211_queue_stop_count[mq]) > 0) { in iwl_mvm_wake_sw_queue()
Dmvm.h565 atomic_t mac80211_queue_stop_count[IEEE80211_MAX_QUEUES]; member