Searched refs:ac_to_tid (Results 1 – 8 of 8) 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/mediatek/mt76/mt7921/ |
H A D | mac.c | 34 static const u8 ac_to_tid[] = { in mt7921_mac_sta_poll() local 105 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 650 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 | 23 static const u8 ac_to_tid[] = { in mt7925_mac_sta_poll() local 91 u8 tid = ac_to_tid[i]; in mt7925_mac_sta_poll()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | mac.c | 408 static const u8 ac_to_tid[4] = { in mt7603_mac_sta_poll() local 464 u8 tid = ac_to_tid[i]; in mt7603_mac_sta_poll()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mac.c | 890 static const u8 ac_to_tid[4] = { in mt7615_mac_sta_poll() local 952 u8 tid = ac_to_tid[i]; in mt7615_mac_sta_poll()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.c | 95 static const u8 ac_to_tid[] = { in mt7915_mac_sta_poll() local 174 u8 tid = ac_to_tid[i]; in mt7915_mac_sta_poll()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mac.c | 97 static const u8 ac_to_tid[] = { in mt7996_mac_sta_poll() local 167 u8 tid = ac_to_tid[i]; in mt7996_mac_sta_poll()
|