Searched refs:mac80211_ac (Results 1 – 3 of 3) sorted by relevance
460 txq_curr_ac = mvm->queue_info[queue].mac80211_ac; in iwl_mvm_free_inactive_queue()522 ac_to_queue[mvm->queue_info[i].mac80211_ac] = i; in iwl_mvm_get_shared_queue()603 if (ac <= mvm->queue_info[queue].mac80211_ac && !force) { in iwl_mvm_scd_queue_redirect()613 cmd.tx_fifo = iwl_mvm_ac_to_tx_fifo[mvm->queue_info[queue].mac80211_ac]; in iwl_mvm_scd_queue_redirect()655 mvm->queue_info[queue].mac80211_ac = ac; in iwl_mvm_scd_queue_redirect()
707 mvm->queue_info[queue].mac80211_ac = in iwl_mvm_update_txq_mapping()710 mvm->queue_info[queue].mac80211_ac = IEEE80211_AC_VO; in iwl_mvm_update_txq_mapping()
838 u8 mac80211_ac; /* The mac80211 AC this queue is mapped to */ member