Searched defs:tos_to_tid (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/mwifiex/
H A Dwmm.c52 static u8 tos_to_tid[] = { variable
65 * This table inverses the tos_to_tid operation to get a priority
70 0x02, /* from tos_to_tid[2] = 0 */
71 0x00, /* from tos_to_tid[0] = 1 */
72 0x01, /* from tos_to_tid[1] = 2 */
186 tos_to_tid[7 - (i * 2)] = ac_to_tid[queue_priority[i]][1];
187 tos_to_tid[6 - (i * 2)] = ac_to_tid[queue_priority[i]][0];
191 tos_to_tid_inv[tos_to_tid[i]] = (u8)i;
529 memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid));
[all...]

Completed in 35 milliseconds