Home
last modified time | relevance | path

Searched refs:hw_queue_to_mac80211 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c695 BITS_PER_BYTE * sizeof(mvm->hw_queue_to_mac80211[0]), in iwl_mvm_update_txq_mapping()
698 mvm->hw_queue_to_mac80211[queue] |= BIT(mac80211_queue); in iwl_mvm_update_txq_mapping()
718 mvm->hw_queue_to_mac80211[queue]); in iwl_mvm_update_txq_mapping()
752 mvm->hw_queue_to_mac80211[queue] |= BIT(mac80211_queue); in iwl_mvm_tvqm_enable_txq()
755 queue, mvm->hw_queue_to_mac80211[queue]); in iwl_mvm_tvqm_enable_txq()
812 mvm->hw_queue_to_mac80211[queue] &= in iwl_mvm_disable_txq()
848 mvm->hw_queue_to_mac80211[queue] &= in iwl_mvm_disable_txq()
861 mvm->hw_queue_to_mac80211[queue]); in iwl_mvm_disable_txq()
875 mvm->hw_queue_to_mac80211[queue], in iwl_mvm_disable_txq()
878 mvm->hw_queue_to_mac80211[queue], in iwl_mvm_disable_txq()
[all …]
Dops.c1094 mq = mvm->hw_queue_to_mac80211[hw_queue]; in iwl_mvm_stop_sw_queue()
1124 mq = mvm->hw_queue_to_mac80211[hw_queue]; in iwl_mvm_wake_sw_queue()
Dmac-ctxt.c420 sizeof(mvm->hw_queue_to_mac80211[0])); in iwl_mvm_mac_ctxt_init()
Dmvm.h832 u16 hw_queue_to_mac80211[IWL_MAX_TVQM_QUEUES]; member
Dsta.c615 mq = mvm->hw_queue_to_mac80211[queue]; in iwl_mvm_scd_queue_redirect()