je32_to_cpu
#define je32_to_cpu(x) ((x).v32)
#define je32_to_cpu(x) (be32_to_cpu(x.v32))
#define je32_to_cpu(x) (le32_to_cpu(x.v32))