Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dwmm.c67 static u8 ac_to_tid[4][2] = { {1, 2}, {0, 3}, {4, 5}, {6, 7} }; variable
213 tos_to_tid[7 - (i * 2)] = ac_to_tid[queue_priority[i]][1]; in mwifiex_wmm_queue_priorities_tid()
214 tos_to_tid[6 - (i * 2)] = ac_to_tid[queue_priority[i]][0]; in mwifiex_wmm_queue_priorities_tid()
395 new_tid = ac_to_tid[ac_down][tid % 2]; in mwifiex_wmm_downgrade_tid()
597 memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in mwifiex_clean_txrx()