Home
last modified time | relevance | path

Searched refs:ac_to_tid (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c82 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 Dmlan_wmm.h229 extern t_u8 ac_to_tid[4][2];
H A Dmlan_wmm.c99 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 Dmlan_misc.c402 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 Dmlan_wmm.c131 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 Dmlan_misc.c52 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 Dmt76x02_mac.c547 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 Dmac.c102 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 Dmac.c394 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 Dmac.c754 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()