Searched refs:sys_be64_to_cpu (Results 1 – 3 of 3) sorted by relevance
190 #define sys_be64_to_cpu(val) __bswap_64(val) macro211 #define sys_be64_to_cpu(val) (val) macro
992 return sys_be64_to_cpu(val); in net_buf_simple_remove_be64()1230 return sys_be64_to_cpu(val); in net_buf_simple_pull_be64()
112 #define ntohll(x) sys_be64_to_cpu(x)