Lines Matching refs:mac80211_queue
675 int mac80211_queue, u8 sta_id, u8 tid) in iwl_mvm_update_txq_mapping() argument
693 if (mac80211_queue != IEEE80211_INVAL_HW_QUEUE) { in iwl_mvm_update_txq_mapping()
694 WARN(mac80211_queue >= in iwl_mvm_update_txq_mapping()
697 mac80211_queue, queue, sta_id, tid); in iwl_mvm_update_txq_mapping()
698 mvm->hw_queue_to_mac80211[queue] |= BIT(mac80211_queue); in iwl_mvm_update_txq_mapping()
725 int iwl_mvm_tvqm_enable_txq(struct iwl_mvm *mvm, int mac80211_queue, in iwl_mvm_tvqm_enable_txq() argument
752 mvm->hw_queue_to_mac80211[queue] |= BIT(mac80211_queue); in iwl_mvm_tvqm_enable_txq()
760 bool iwl_mvm_enable_txq(struct iwl_mvm *mvm, int queue, int mac80211_queue, in iwl_mvm_enable_txq() argument
780 if (!iwl_mvm_update_txq_mapping(mvm, queue, mac80211_queue, in iwl_mvm_enable_txq()
795 int iwl_mvm_disable_txq(struct iwl_mvm *mvm, int queue, int mac80211_queue, in iwl_mvm_disable_txq() argument
802 bool remove_mac_queue = mac80211_queue != IEEE80211_INVAL_HW_QUEUE; in iwl_mvm_disable_txq()
805 if (WARN_ON(remove_mac_queue && mac80211_queue >= IEEE80211_MAX_QUEUES)) in iwl_mvm_disable_txq()
813 ~BIT(mac80211_queue); in iwl_mvm_disable_txq()
849 ~BIT(mac80211_queue); in iwl_mvm_disable_txq()