Home
last modified time | relevance | path

Searched refs:tos_to_tid (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c70 static u8 tos_to_tid[] = { 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()
232 priv->tos_to_tid_inv[tos_to_tid[i]] = (u8)i; in mwifiex_wmm_queue_priorities_tid()
612 memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in mwifiex_clean_txrx()
1135 tid_tbl_ptr[tos_to_tid[i]]; in mwifiex_wmm_get_highest_priolist_ptr()
1172 *tid = tos_to_tid[i]; in mwifiex_wmm_get_highest_priolist_ptr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_wmm.c72 static t_u8 tos_to_tid[] = { 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()
251 tos_to_tid_inv[tos_to_tid[i]] = (t_u8)i; in wlan_wmm_queue_priorities_tid()
676 .tid_tbl_ptr[tos_to_tid[i]]; in wlan_wmm_get_highest_priolist_ptr()
706 tos_to_tid[next_prio]; in wlan_wmm_get_highest_priolist_ptr()
731 *tid = tos_to_tid[i]; in wlan_wmm_get_highest_priolist_ptr()
1490 memcpy_ext(pmadapter, tos_to_tid, ac_to_tid, sizeof(tos_to_tid), in wlan_clean_txrx()
1491 sizeof(tos_to_tid)); in wlan_clean_txrx()
1493 tos_to_tid_inv[tos_to_tid[i]] = (t_u8)i; in wlan_clean_txrx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_wmm.c99 t_u8 tos_to_tid[] = { 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()
292 tos_to_tid_inv[tos_to_tid[i]] = (t_u8)i; in wlan_wmm_queue_priorities_tid()
721 tid_tbl_ptr[tos_to_tid[i]]; in wlan_wmm_get_highest_priolist_ptr()
750 tos_to_tid[next_prio]; in wlan_wmm_get_highest_priolist_ptr()
775 *tid = tos_to_tid[i]; in wlan_wmm_get_highest_priolist_ptr()
1527 memcpy(pmadapter, tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in wlan_clean_txrx()
1529 tos_to_tid_inv[tos_to_tid[i]] = (t_u8)i; in wlan_clean_txrx()