Searched refs:swap_byte_16 (Results 1 – 1 of 1) sorted by relevance
305 #define swap_byte_16(x) ((t_u16)((((t_u16)(x)&0x00ffU) << 8) | (((t_u16)(x)&0xff00U) >> 8))) macro329 #define wlan_le16_to_cpu(x) swap_byte_16(x)335 #define wlan_cpu_to_le16(x) swap_byte_16(x)367 #define mlan_ntohs(x) swap_byte_16(x)369 #define mlan_htons(x) swap_byte_16(x)