Home
last modified time | relevance | path

Searched refs:iwl_mvm_txq_from_mac80211 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c879 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq); in iwl_mvm_mac_itxq_xmit()
934 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq); in iwl_mvm_mac_wake_tx_queue()
1552 iwl_mvm_txq_from_mac80211(sta->txq[i]); in iwl_mvm_post_csa_tx()
1599 iwl_mvm_txq_from_mac80211(vif->txq); in iwl_mvm_post_channel_switch()
5600 iwl_mvm_txq_from_mac80211(sta->txq[i]); in iwl_mvm_csa_block_txqs()
5657 mvmtxq = iwl_mvm_txq_from_mac80211(vif->txq); in iwl_mvm_pre_channel_switch()
H A Dsta.c1493 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq); in iwl_mvm_sta_ensure_queue()
1791 iwl_mvm_txq_from_mac80211(sta->txq[i]); in iwl_mvm_sta_init()
2013 iwl_mvm_txq_from_mac80211(sta->txq[i]); in iwl_mvm_disable_sta_queues()
H A Dops.c1920 mvmtxq = iwl_mvm_txq_from_mac80211(txq); in iwl_mvm_queue_state_change()
H A Dmvm.h899 iwl_mvm_txq_from_mac80211(struct ieee80211_txq *txq) in iwl_mvm_txq_from_mac80211() function