Home
last modified time | relevance | path

Searched refs:__constant_cpu_to_be16 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/byteorder/
Dlittle_endian.h28 #define __constant_cpu_to_be16(x) ((__force __be16)___constant_swab16((x))) macro
Dbig_endian.h28 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x)) macro
/linux-4.4.14/fs/jffs2/
Dnodelist.h51 #define constant_cpu_to_je16(x) ((jint16_t){__constant_cpu_to_be16(x)})
/linux-4.4.14/drivers/block/aoe/
Daoecmd.c135 h->type = __constant_cpu_to_be16(ETH_P_AOE); in aoehdr_atainit()
440 h->type = __constant_cpu_to_be16(ETH_P_AOE); in aoecmd_cfg_pkts()