Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dwmm.c376 static const enum mwifiex_wmm_ac_e tos_to_ac[] = { in mwifiex_wmm_convert_tos_to_ac() enum
387 if (tos >= ARRAY_SIZE(tos_to_ac)) in mwifiex_wmm_convert_tos_to_ac()
390 return tos_to_ac[tos]; in mwifiex_wmm_convert_tos_to_ac()