be16
#define const_cpu_to_be16(x) ((be16) __constant_cpu_to_be16(x))
#define const_sbe16_to_cpu(x) ((s16) __constant_be16_to_cpu((be16) x))
be16 high_part; /* High 16-bits. */
be16 highbase;