Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c58 static u8 tos_to_tid[] = { 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()
220 priv->tos_to_tid_inv[tos_to_tid[i]] = (u8)i; in mwifiex_wmm_queue_priorities_tid()
596 memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in mwifiex_clean_txrx()
1119 tid_tbl_ptr[tos_to_tid[i]]; in mwifiex_wmm_get_highest_priolist_ptr()
1156 *tid = tos_to_tid[i]; in mwifiex_wmm_get_highest_priolist_ptr()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dwmm.c55 static u8 tos_to_tid[] = { 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()
197 priv->tos_to_tid_inv[tos_to_tid[i]] = (u8)i; in nxpwifi_wmm_queue_priorities_tid()
528 memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in nxpwifi_clean_txrx()
923 to_tid = tos_to_tid[i]; in nxpwifi_wmm_get_highest_priolist_ptr()
962 *tid = tos_to_tid[i]; in nxpwifi_wmm_get_highest_priolist_ptr()