Searched refs:__be64_to_cpu (Results 1 – 7 of 7) sorted by relevance
251 # ifndef __be64_to_cpu252 # define __be64_to_cpu(x) (x) macro256 # ifndef __be64_to_cpu257 # define __be64_to_cpu(x) __bswap_64(x) macro
19 static inline uint64_t __be64_to_cpu(uint64_t val) in __be64_to_cpu() function35 static inline uint64_t __be64_to_cpu(uint64_t val) in __be64_to_cpu() function
299 ct->protoinfo.dccp.handshake_seq = __be64_to_cpu(tmp); in __parse_protoinfo_dccp()340 ct->counters[dir].packets = __be64_to_cpu(tmp); in __parse_counters()364 ct->counters[dir].bytes = __be64_to_cpu(tmp); in __parse_counters()481 ct->timestamp.start = __be64_to_cpu(tmp); in __parse_timestamp()487 ct->timestamp.stop = __be64_to_cpu(tmp); in __parse_timestamp()
206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq); in __build_protoinfo()
37 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
37 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro
97 W[I] = __be64_to_cpu( ((uint64_t *)(input))[I] ); in LOAD_OP()