Searched refs:sys_be64_to_cpu (Results 1 – 3 of 3) sorted by relevance
241 #define sys_be64_to_cpu(val) BSWAP_64(val) macro287 #define sys_be64_to_cpu(val) (val) macro
334 return sys_be64_to_cpu(val); in net_buf_simple_remove_be64()610 return sys_be64_to_cpu(val); in net_buf_simple_pull_be64()
116 #define ntohll(x) sys_be64_to_cpu(x)