Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.c685 cmd.tx_fifo = iwl_mvm_ac_to_tx_fifo[mvm->queue_info[queue].mac80211_ac]; in iwl_mvm_redirect_queue()
690 queue, iwl_mvm_ac_to_tx_fifo[ac]); in iwl_mvm_redirect_queue()
719 iwl_mvm_reconfig_scd(mvm, queue, iwl_mvm_ac_to_tx_fifo[ac], in iwl_mvm_redirect_queue()
955 cmd.tx_fifo = iwl_mvm_ac_to_tx_fifo[tid_to_mac80211_ac[tid]]; in iwl_mvm_change_queue_tid()
3083 cfg.fifo = iwl_mvm_ac_to_tx_fifo[tid_to_mac80211_ac[tid]]; in iwl_mvm_sta_tx_agg_oper()
Dmvm.h1433 extern const u8 iwl_mvm_ac_to_tx_fifo[];
1440 iwl_mvm_ac_to_gen2_tx_fifo[ac] : iwl_mvm_ac_to_tx_fifo[ac]; in iwl_mvm_mac_ac_to_tx_fifo()
Dmac-ctxt.c16 const u8 iwl_mvm_ac_to_tx_fifo[] = { variable