Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c1015 priv->queue_to_mac80211[i] = IWL_INVALID_MAC80211_QUEUE; in iwlagn_prepare_restart()
1443 priv->queue_to_mac80211[i] = IWL_INVALID_MAC80211_QUEUE; in iwl_op_mode_dvm_start()
1447 priv->queue_to_mac80211[i] = i; in iwl_op_mode_dvm_start()
2033 int mq = priv->queue_to_mac80211[queue]; in iwl_stop_sw_queue()
2052 int mq = priv->queue_to_mac80211[queue]; in iwl_wake_sw_queue()
H A Dtx.c428 priv->queue_to_mac80211[txq_id] != info->hw_queue); in iwlagn_tx_skb()
468 priv->queue_to_mac80211[q] = mq; in iwlagn_alloc_agg_txq()
479 priv->queue_to_mac80211[q] = IWL_INVALID_MAC80211_QUEUE; in iwlagn_dealloc_agg_txq()
H A Ddev.h641 u8 queue_to_mac80211[IWL_MAX_HW_QUEUES]; member