Searched refs:ac_to_tid (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
D | wmm.c | 82 static u8 ac_to_tid[4][2] = { {1, 2}, {0, 3}, {4, 5}, {6, 7} }; variable 227 tos_to_tid[7 - (i * 2)] = ac_to_tid[queue_priority[i]][1]; in mwifiex_wmm_queue_priorities_tid() 228 tos_to_tid[6 - (i * 2)] = ac_to_tid[queue_priority[i]][0]; in mwifiex_wmm_queue_priorities_tid() 410 new_tid = ac_to_tid[ac_down][tid % 2]; in mwifiex_wmm_downgrade_tid() 612 memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in mwifiex_clean_txrx()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_mac.c | 547 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mac.c | 102 static const u8 ac_to_tid[] = { in mt7915_mac_sta_poll() local 169 u8 tid = ac_to_tid[i]; in mt7915_mac_sta_poll()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | mac.c | 394 static const u8 ac_to_tid[4] = { in mt7603_mac_sta_poll() local 450 u8 tid = ac_to_tid[i]; in mt7603_mac_sta_poll()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mac.c | 754 static const u8 ac_to_tid[4] = { in mt7615_mac_sta_poll() local 813 u8 tid = ac_to_tid[i]; in mt7615_mac_sta_poll()
|