__constant_be16_to_cpu   77 include/linux/byteorder.h #define __constant_be16_to_cpu(x) __be16_to_cpu(x)
__constant_be16_to_cpu   29 include/linux/byteorder/big_endian.h #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
__constant_be16_to_cpu   29 include/linux/byteorder/little_endian.h #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x))