Searched refs:ac_to_tid (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/ |
D | wmm.c | 70 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.1.9/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()
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | mac.c | 51 static const u8 ac_to_tid[] = { in mt7921_mac_sta_poll() local 118 u8 tid = ac_to_tid[i]; in mt7921_mac_sta_poll()
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | mac.c | 397 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.1.9/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mac.c | 98 static const u8 ac_to_tid[] = { in mt7915_mac_sta_poll() local 167 u8 tid = ac_to_tid[i]; in mt7915_mac_sta_poll()
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mac.c | 896 static const u8 ac_to_tid[4] = { in mt7615_mac_sta_poll() local 955 u8 tid = ac_to_tid[i]; in mt7615_mac_sta_poll()
|