Home
last modified time | relevance | path

Searched refs:tid_to_mac80211_ac (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c708 tid_to_mac80211_ac[tid]; in iwl_mvm_update_txq_mapping()
838 int ac = tid_to_mac80211_ac[tid]; in iwl_mvm_disable_txq()
842 if (tid_to_mac80211_ac[i] == ac) in iwl_mvm_disable_txq()
1316 int mac_queue = mvmsta->vif->hw_queue[tid_to_mac80211_ac[tid]]; in iwl_mvm_remove_inactive_tids()
1340 BIT(mvmsta->vif->hw_queue[tid_to_mac80211_ac[tid]]); in iwl_mvm_remove_inactive_tids()
Dsta.c934 cmd.tx_fifo = iwl_mvm_ac_to_tx_fifo[tid_to_mac80211_ac[tid]]; in iwl_mvm_change_queue_owner()
995 tid_to_mac80211_ac[tid], ssn, in iwl_mvm_unshare_queue()
1037 return tid_to_mac80211_ac[tid]; in iwl_mvm_tid_to_ac_queue()
1253 ac = tid_to_mac80211_ac[i]; in iwl_mvm_realloc_queues_after_restart()
2426 const u8 tid_to_mac80211_ac[] = { variable
2473 u8 ac = tid_to_mac80211_ac[tid]; in iwl_mvm_sta_tx_agg_start()
2621 cfg.fifo = iwl_mvm_ac_to_tx_fifo[tid_to_mac80211_ac[tid]]; in iwl_mvm_sta_tx_agg_oper()
2660 vif->hw_queue[tid_to_mac80211_ac[tid]], ssn, in iwl_mvm_sta_tx_agg_oper()
Dtx.c257 ac = tid_to_mac80211_ac[tx_cmd->tid_tspec]; in iwl_mvm_set_tx_cmd()
259 ac = tid_to_mac80211_ac[0]; in iwl_mvm_set_tx_cmd()
832 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, tid_to_mac80211_ac[tid]); in iwl_mvm_tx_tso()
979 u32 ac = tid_to_mac80211_ac[tid]; in iwl_mvm_tx_pkt_queued()
Drx.c275 ac = tid_to_mac80211_ac[ieee80211_get_tid(hdr)]; in iwl_mvm_rx_handle_tcm()
Dmvm.h473 extern const u8 tid_to_mac80211_ac[];