Searched refs:tos_to_tid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | wmm.c | 43 /* This table inverses the tos_to_tid operation to get a priority 48 0x02, /* from tos_to_tid[2] = 0 */ 49 0x00, /* from tos_to_tid[0] = 1 */ 50 0x01, /* from tos_to_tid[1] = 2 */ 70 static u8 tos_to_tid[] = { variable 227 tos_to_tid[7 - (i * 2)] = ac_to_tid[queue_priority[i]][1]; in mwifiex_wmm_queue_priorities_tid() 228 tos_to_tid[6 - (i * 2)] = ac_to_tid[queue_priority[i]][0]; in mwifiex_wmm_queue_priorities_tid() 232 priv->tos_to_tid_inv[tos_to_tid[i]] = (u8)i; in mwifiex_wmm_queue_priorities_tid() 612 memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in mwifiex_clean_txrx() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | wmm.c | 31 /* 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() 600 memcpy(tos_to_tid, ac_to_tid, sizeof(tos_to_tid)); in mwifiex_clean_txrx() [all...] |
Completed in 3 milliseconds