Home
last modified time | relevance | path

Searched refs:ac_to_tid (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A Dwmm.c70 static u8 ac_to_tid[4][2] = { {1, 2}, {0, 3}, {4, 5}, {6, 7} }; variable
215 tos_to_tid[7 - (i * 2)] = ac_to_tid[queue_priority[i]][1]; in mwifiex_wmm_queue_priorities_tid()
216 tos_to_tid[6 - (i * 2)] = ac_to_tid[queue_priority[i]][0]; in mwifiex_wmm_queue_priorities_tid()
398 new_tid = ac_to_tid[ac_down][tid % 2]; in mwifiex_wmm_downgrade_tid()
600 memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in mwifiex_clean_txrx()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_mac.c547 static const u8 ac_to_tid[4] = { in mt76x02_send_tx_status() local
647 ieee80211_sta_register_airtime(status.sta, ac_to_tid[ac], duration, 0); in mt76x02_send_tx_status()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmac.c51 static const u8 ac_to_tid[] = { in mt7921_mac_sta_poll() local
119 u8 tid = ac_to_tid[i]; in mt7921_mac_sta_poll()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7603/
A Dmac.c397 static const u8 ac_to_tid[4] = { in mt7603_mac_sta_poll() local
453 u8 tid = ac_to_tid[i]; in mt7603_mac_sta_poll()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/
A Dmac.c894 static const u8 ac_to_tid[4] = { in mt7615_mac_sta_poll() local
953 u8 tid = ac_to_tid[i]; in mt7615_mac_sta_poll()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmac.c99 static const u8 ac_to_tid[] = { in mt7915_mac_sta_poll() local
171 u8 tid = ac_to_tid[i]; in mt7915_mac_sta_poll()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmac.c104 static const u8 ac_to_tid[] = { in mt7996_mac_sta_poll() local
176 u8 tid = ac_to_tid[i]; in mt7996_mac_sta_poll()

Completed in 30 milliseconds