le16_to_cpu
#define le16_to_cpu B_LENDIAN_TO_HOST_INT16
#define le16_to_cpu(x) (u16)__le16_to_cpu((u16)(x))