Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c1021 priv->queue_to_mac80211[i] = IWL_INVALID_MAC80211_QUEUE; in iwlagn_prepare_restart()
1449 priv->queue_to_mac80211[i] = IWL_INVALID_MAC80211_QUEUE; in iwl_op_mode_dvm_start()
1453 priv->queue_to_mac80211[i] = i; in iwl_op_mode_dvm_start()
2045 int mq = priv->queue_to_mac80211[queue]; in iwl_stop_sw_queue()
2064 int mq = priv->queue_to_mac80211[queue]; in iwl_wake_sw_queue()
Dtx.c432 priv->queue_to_mac80211[txq_id] != info->hw_queue); in iwlagn_tx_skb()
472 priv->queue_to_mac80211[q] = mq; in iwlagn_alloc_agg_txq()
483 priv->queue_to_mac80211[q] = IWL_INVALID_MAC80211_QUEUE; in iwlagn_dealloc_agg_txq()
Ddev.h644 u8 queue_to_mac80211[IWL_MAX_HW_QUEUES]; member