Searched refs:__swab16s (Results 1 – 6 of 6) sorted by relevance
82 #define __cpu_to_le16s(x) __swab16s((x))83 #define __le16_to_cpus(x) __swab16s((x))
88 #define __cpu_to_be16s(x) __swab16s((x))89 #define __be16_to_cpus(x) __swab16s((x))
126 #define swab16s __swab16s
95 #define __cpu_to_le16s(x) __swab16s((x))96 #define __le16_to_cpus(x) __swab16s((x))
101 #define __cpu_to_be16s(x) __swab16s((x))102 #define __be16_to_cpus(x) __swab16s((x))
217 static inline void __swab16s(__u16 *p) in __swab16s() function292 # define swab16s __swab16s