Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c31 /* This table inverses the tos_to_tid operation to get a priority
36 0x02, /* from tos_to_tid[2] = 0 */
37 0x00, /* from tos_to_tid[0] = 1 */
38 0x01, /* from tos_to_tid[1] = 2 */
58 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()
[all...]