Searched refs:SWAP_U16 (Results 1 – 4 of 4) sorted by relevance
237 #define SWAP_U16(a, b) {t_u16 t; t = a; a = b; b = t; } macro
1630 SWAP_U16(tmp[j - 1], tmp[j]); in wlan_wmm_setup_queue_priorities()
1591 SWAP_U16(tmp[j - 1], tmp[j]); in wlan_wmm_setup_queue_priorities()
281 #define SWAP_U16(a, b) \ macro