Searched defs:__cpu_to_be16p (Results 1 – 4 of 4) sorted by relevance
83 static inline __be16 __cpu_to_be16p(const __u16 *p) in __cpu_to_be16p() function
76 #define __cpu_to_be16p(x) __swab16p((x)) macro
76 #define __cpu_to_be16p(x) (*(__u16 *)(x)) macro