Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_wmm.c1631 SWAP_U8(priv->wmm.queue_priority[j - 1], in wlan_wmm_setup_queue_priorities()
1636 SWAP_U8(priv->wmm.queue_priority[j - 1], in wlan_wmm_setup_queue_priorities()
H A Dmlan_main.h234 #define SWAP_U8(a, b) {t_u8 t; t = a; a = b; b = t; } macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_wmm.c1592 SWAP_U8(priv->wmm.queue_priority[j - 1], in wlan_wmm_setup_queue_priorities()
1597 SWAP_U8(priv->wmm.queue_priority[j - 1], in wlan_wmm_setup_queue_priorities()
H A Dmlan_main.h272 #define SWAP_U8(a, b) \ macro