Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDtx.c204 ac = tid_to_mac80211_ac[tx_cmd->tid_tspec]; in iwl_mvm_set_tx_cmd()
206 ac = tid_to_mac80211_ac[0]; in iwl_mvm_set_tx_cmd()
887 u8 ac = tid_to_mac80211_ac[tid]; in iwl_mvm_max_amsdu_size()
1172 u32 ac = tid_to_mac80211_ac[tid]; in iwl_mvm_tx_pkt_queued()
HDsta.c955 tid_to_mac80211_ac[tid]; in iwl_mvm_update_txq_mapping()
1034 cmd.tx_fifo = iwl_mvm_ac_to_tx_fifo[tid_to_mac80211_ac[tid]]; in iwl_mvm_change_queue_tid()
1091 tid_to_mac80211_ac[tid], ssn, in iwl_mvm_unshare_queue()
1648 ac = tid_to_mac80211_ac[i]; in iwl_mvm_realloc_queues_after_restart()
3083 const u8 tid_to_mac80211_ac[] = { variable
3130 u8 ac = tid_to_mac80211_ac[tid]; in iwl_mvm_sta_tx_agg_start()
3271 cfg.fifo = iwl_mvm_ac_to_tx_fifo[tid_to_mac80211_ac[tid]]; in iwl_mvm_sta_tx_agg_oper()
HDrx.c225 ac = tid_to_mac80211_ac[tid]; in iwl_mvm_rx_handle_tcm()
HDmvm.h609 extern const u8 tid_to_mac80211_ac[];