Searched refs:__swab16p (Results 1 – 4 of 4) sorted by relevance
71 #define __cpu_to_be16p(x) __swab16p((x))72 #define __be16_to_cpup(x) __swab16p((x))
55 #define __cpu_to_le16p(x) __swab16p((x))56 #define __le16_to_cpup(x) __swab16p((x))
63 #define __cpu_to_be16p(x) __swab16p((x))64 #define __be16_to_cpup(x) __swab16p((x))
165 static __inline__ __u16 __swab16p(__u16 *x) in __swab16p() function226 #define swab16p __swab16p