Searched refs:ac_to_tid (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_wmm.h | 229 extern t_u8 ac_to_tid[4][2];
|
| H A D | mlan_wmm.c | 99 t_u8 ac_to_tid[4][2] = {{1, 2}, {0, 3}, {4, 5}, {6, 7}}; variable 246 tos_to_tid[7 - (i * 2)] = ac_to_tid[queue_priority[i]][1]; in wlan_wmm_queue_priorities_tid() 247 tos_to_tid[6 - (i * 2)] = ac_to_tid[queue_priority[i]][0]; in wlan_wmm_queue_priorities_tid() 361 return ac_to_tid[ac_down][(tid + 1) % 2]; in wlan_wmm_downgrade_tid() 363 return ac_to_tid[ac_down][0]; in wlan_wmm_downgrade_tid() 365 return ac_to_tid[ac_down][tid % 2]; in wlan_wmm_downgrade_tid() 1490 memcpy_ext(pmadapter, tos_to_tid, ac_to_tid, sizeof(tos_to_tid), in wlan_clean_txrx()
|
| H A D | mlan_misc.c | 402 ptid = ac_to_tid[WMM_AC_BK]; in wlan_get_info_debug_info() 405 ptid = ac_to_tid[WMM_AC_BE]; in wlan_get_info_debug_info() 408 ptid = ac_to_tid[WMM_AC_VI]; in wlan_get_info_debug_info() 411 ptid = ac_to_tid[WMM_AC_VO]; in wlan_get_info_debug_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_wmm.c | 131 const t_u8 ac_to_tid[4][2] = { {1, 2}, {0, 3}, {4, 5}, {6, 7} }; variable 287 tos_to_tid[7 - (i * 2)] = ac_to_tid[queue_priority[i]][1]; in wlan_wmm_queue_priorities_tid() 288 tos_to_tid[6 - (i * 2)] = ac_to_tid[queue_priority[i]][0]; in wlan_wmm_queue_priorities_tid() 404 return ac_to_tid[ac_down][(tid + 1) % 2]; in wlan_wmm_downgrade_tid() 406 return ac_to_tid[ac_down][0]; in wlan_wmm_downgrade_tid() 408 return ac_to_tid[ac_down][tid % 2]; in wlan_wmm_downgrade_tid() 1527 memcpy(pmadapter, tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in wlan_clean_txrx()
|
| H A D | mlan_misc.c | 52 extern t_u8 ac_to_tid[4][2]; 436 ptid = ac_to_tid[WMM_AC_BK]; in wlan_get_info_debug_info() 440 ptid = ac_to_tid[WMM_AC_BE]; in wlan_get_info_debug_info() 444 ptid = ac_to_tid[WMM_AC_VI]; in wlan_get_info_debug_info() 448 ptid = ac_to_tid[WMM_AC_VO]; in wlan_get_info_debug_info()
|
| /OK3568_Linux_fs/kernel/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 647 ieee80211_sta_register_airtime(status.sta, ac_to_tid[ac], duration, 0); in mt76x02_send_tx_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A 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()
|