Searched refs:__swab16p (Results 1 – 3 of 3) sorted by relevance
160 static __always_inline __u16 __swab16p(const __u16 *p) in __swab16p() function234 *p = __swab16p(p); in __swab16s()
61 return (__force __le16)__swab16p(p); in __cpu_to_le16p()65 return __swab16p((__u16 *)p); in __le16_to_cpup()
85 return (__force __be16)__swab16p(p); in __cpu_to_be16p()89 return __swab16p((__u16 *)p); in __be16_to_cpup()