Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c1022 priv->queue_to_mac80211[i] = IWL_INVALID_MAC80211_QUEUE; in iwlagn_prepare_restart()
1456 priv->queue_to_mac80211[i] = IWL_INVALID_MAC80211_QUEUE; in iwl_op_mode_dvm_start()
1460 priv->queue_to_mac80211[i] = i; in iwl_op_mode_dvm_start()
2053 int mq = priv->queue_to_mac80211[queue]; in iwl_stop_sw_queue()
2072 int mq = priv->queue_to_mac80211[queue]; in iwl_wake_sw_queue()
Dtx.c433 priv->queue_to_mac80211[txq_id] != info->hw_queue); in iwlagn_tx_skb()
473 priv->queue_to_mac80211[q] = mq; in iwlagn_alloc_agg_txq()
484 priv->queue_to_mac80211[q] = IWL_INVALID_MAC80211_QUEUE; in iwlagn_dealloc_agg_txq()
Ddev.h649 u8 queue_to_mac80211[IWL_MAX_HW_QUEUES]; member