Home
last modified time | relevance | path

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

/openbmc/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()
600 memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in mwifiex_clean_txrx()
1123 tid_tbl_ptr[tos_to_tid[i]]; in mwifiex_wmm_get_highest_priolist_ptr()
1160 *tid = tos_to_tid[i]; in mwifiex_wmm_get_highest_priolist_ptr()