Searched refs:__swab32p (Results 1 – 3 of 3) sorted by relevance
173 static __always_inline __u32 __swab32p(const __u32 *p) in __swab32p() function246 *p = __swab32p(p); in __swab32s()
53 return (__force __le32)__swab32p(p); in __cpu_to_le32p()57 return __swab32p((__u32 *)p); in __le32_to_cpup()
77 return (__force __be32)__swab32p(p); in __cpu_to_be32p()81 return __swab32p((__u32 *)p); in __be32_to_cpup()