Searched refs:__swab64p (Results 1 – 3 of 3) sorted by relevance
186 static __always_inline __u64 __swab64p(const __u64 *p) in __swab64p() function259 *p = __swab64p(p); in __swab64s()
45 return (__force __le64)__swab64p(p); in __cpu_to_le64p()49 return __swab64p((__u64 *)p); in __le64_to_cpup()
69 return (__force __be64)__swab64p(p); in __cpu_to_be64p()73 return __swab64p((__u64 *)p); in __be64_to_cpup()