Searched refs:___constant_swab16 (Results 1 – 3 of 3) sorted by relevance
16 #define __constant_htons(x) ( (__be16)___constant_swab16((x)))17 #define __constant_ntohs(x) ___constant_swab16( (__be16)(x))28 #define __constant_cpu_to_be16(x) ( (__be16)___constant_swab16((x)))29 #define __constant_be16_to_cpu(x) ___constant_swab16( (__u16)(__be16)(x))
84 #define ___constant_swab16(x) \ macro145 ___constant_swab16((x)) : \
22 #define __constant_cpu_to_le16(x) ( (__le16)___constant_swab16((x)))23 #define __constant_le16_to_cpu(x) ___constant_swab16( (__u16)(__le16)(x))