je16_to_cpu
#define je16_to_cpu(x) ((x).v16)
#define je16_to_cpu(x) (be16_to_cpu(x.v16))
#define je16_to_cpu(x) (le16_to_cpu(x.v16))