Searched refs:ac_to_tid (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A 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() 596 memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in mwifiex_clean_txrx()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | wmm.c | 67 static u8 ac_to_tid[4][2] = { {1, 2}, {0, 3}, {4, 5}, {6, 7} }; variable 192 tos_to_tid[7 - (i * 2)] = ac_to_tid[queue_priority[i]][1]; in nxpwifi_wmm_queue_priorities_tid() 193 tos_to_tid[6 - (i * 2)] = ac_to_tid[queue_priority[i]][0]; in nxpwifi_wmm_queue_priorities_tid() 366 new_tid = ac_to_tid[ac_down][tid % 2]; in nxpwifi_wmm_downgrade_tid() 528 memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in nxpwifi_clean_txrx()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | mac.c | 35 static const u8 ac_to_tid[] = { in mt7921_mac_sta_poll() local 106 u8 tid = ac_to_tid[i]; in mt7921_mac_sta_poll()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_mac.c | 547 static const u8 ac_to_tid[4] = { in mt76x02_send_tx_status() local 648 ieee80211_sta_register_airtime(status.sta, ac_to_tid[ac], duration, 0); in mt76x02_send_tx_status()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | mac.c | 31 static const u8 ac_to_tid[] = { in mt7925_mac_sta_poll() local 99 u8 tid = ac_to_tid[i]; in mt7925_mac_sta_poll()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
| H A D | mac.c | 435 static const u8 ac_to_tid[4] = { in mt7603_mac_sta_poll() local 491 u8 tid = ac_to_tid[i]; in mt7603_mac_sta_poll()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | mac.c | 883 static const u8 ac_to_tid[4] = { in mt7615_mac_sta_poll() local 945 u8 tid = ac_to_tid[i]; in mt7615_mac_sta_poll()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mac.c | 92 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/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mac.c | 77 static const u8 ac_to_tid[] = { in mt7996_mac_sta_poll() local 154 u8 tid = ac_to_tid[i]; in mt7996_mac_sta_poll()
|