Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c249 ac = tid_to_mac80211_ac[tx_cmd->tid_tspec]; in iwl_mvm_set_tx_cmd()
251 ac = tid_to_mac80211_ac[0]; in iwl_mvm_set_tx_cmd()
792 u8 ac = tid_to_mac80211_ac[tid]; in iwl_mvm_max_amsdu_size()
1040 u32 ac = tid_to_mac80211_ac[tid]; in iwl_mvm_tx_pkt_queued()
Dsta.c876 tid_to_mac80211_ac[tid]; in iwl_mvm_update_txq_mapping()
955 cmd.tx_fifo = iwl_mvm_ac_to_tx_fifo[tid_to_mac80211_ac[tid]]; in iwl_mvm_change_queue_tid()
1012 tid_to_mac80211_ac[tid], ssn, in iwl_mvm_unshare_queue()
1531 ac = tid_to_mac80211_ac[i]; in iwl_mvm_realloc_queues_after_restart()
2896 const u8 tid_to_mac80211_ac[] = { variable
2943 u8 ac = tid_to_mac80211_ac[tid]; in iwl_mvm_sta_tx_agg_start()
3083 cfg.fifo = iwl_mvm_ac_to_tx_fifo[tid_to_mac80211_ac[tid]]; in iwl_mvm_sta_tx_agg_oper()
Drx.c217 ac = tid_to_mac80211_ac[ieee80211_get_tid(hdr)]; in iwl_mvm_rx_handle_tcm()
Dmvm.h439 extern const u8 tid_to_mac80211_ac[];