Home
last modified time | relevance | path

Searched refs:queue_to_mac80211 (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dsta.c935 if (mvm->queue_to_mac80211[txq_id] == in iwl_mvm_sta_tx_agg_start()
954 mvm->queue_to_mac80211[txq_id] = vif->hw_queue[tid_to_mac80211_ac[tid]]; in iwl_mvm_sta_tx_agg_start()
1071 mvm->queue_to_mac80211[txq_id] = IWL_INVALID_MAC80211_QUEUE; in iwl_mvm_sta_tx_agg_stop()
1089 mvm->queue_to_mac80211[txq_id] = IWL_INVALID_MAC80211_QUEUE; in iwl_mvm_sta_tx_agg_stop()
1143 mvm->queue_to_mac80211[tid_data->txq_id] = in iwl_mvm_sta_tx_agg_flush()
Dfw.c282 mvm->queue_to_mac80211[i] = i; in iwl_mvm_load_ucode_wait_alive()
284 mvm->queue_to_mac80211[i] = IWL_INVALID_MAC80211_QUEUE; in iwl_mvm_load_ucode_wait_alive()
Dops.c768 int mq = mvm->queue_to_mac80211[queue]; in iwl_mvm_stop_sw_queue()
786 int mq = mvm->queue_to_mac80211[queue]; in iwl_mvm_wake_sw_queue()
Dtx.c526 mvm->queue_to_mac80211[tid_data->txq_id] = in iwl_mvm_check_ratid_empty()
Dmvm.h627 u8 queue_to_mac80211[IWL_MAX_HW_QUEUES]; member
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dmain.c948 priv->queue_to_mac80211[i] = IWL_INVALID_MAC80211_QUEUE; in iwlagn_prepare_restart()
1346 priv->queue_to_mac80211[i] = IWL_INVALID_MAC80211_QUEUE; in iwl_op_mode_dvm_start()
1350 priv->queue_to_mac80211[i] = i; in iwl_op_mode_dvm_start()
1952 int mq = priv->queue_to_mac80211[queue]; in iwl_stop_sw_queue()
1971 int mq = priv->queue_to_mac80211[queue]; in iwl_wake_sw_queue()
Dtx.c450 priv->queue_to_mac80211[txq_id] != info->hw_queue); in iwlagn_tx_skb()
490 priv->queue_to_mac80211[q] = mq; in iwlagn_alloc_agg_txq()
501 priv->queue_to_mac80211[q] = IWL_INVALID_MAC80211_QUEUE; in iwlagn_dealloc_agg_txq()
Ddev.h664 u8 queue_to_mac80211[IWL_MAX_HW_QUEUES]; member