Searched refs:SWAP_U8 (Results 1 – 4 of 4) sorted by relevance
1631 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()
234 #define SWAP_U8(a, b) {t_u8 t; t = a; a = b; b = t; } macro
1592 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()
272 #define SWAP_U8(a, b) \ macro