Searched refs:be64_to_cpu (Results 1 – 11 of 11) sorted by relevance
80 #define be64_to_cpu(x) __bswap_64(x) macro87 #define be64_to_cpu(x) (x) macro117 t->time = be64_to_cpu(t->time); in trace_to_cpu()118 t->sector = be64_to_cpu(t->sector); in trace_to_cpu()
154 return be64_to_cpu(*val); in get_pdu_int()164 r->sector_from = be64_to_cpu(sector_from); in get_pdu_remap()
61 tp->time = be64_to_cpu(t->time); in convert_to_cpu()62 tp->sector = be64_to_cpu(t->sector); in convert_to_cpu()
26 return be64_to_cpu(*val); in get_nio_up()
27 rp->sector_from = be64_to_cpu(rp->sector_from); in cvt_pdu_remap()
53 int idx, n_unplugs = be64_to_cpu(*val); in unplug_hist_add()
224 (unsigned long long)be64_to_cpu(y)); in test_bswap()230 y = be64_to_cpu(y); in test_bswap()
273 #define be64_to_cpu(x) (x) macro278 #define be64_to_cpu(x) bswap_64((x)) macro298 static inline uint64_t be64_to_cpu(uint64_t v) in be64_to_cpu() function
42 #define be64_to_cpu(x) ext2fs_be64_to_cpu(x) macro
1772 est = be64_to_cpu( in srtp_protect_aead()1775 est = be64_to_cpu(est << 16); in srtp_protect_aead()1887 iv.v64[1] = be64_to_cpu( in srtp_unprotect_aead()1890 iv.v64[1] = be64_to_cpu(est << 16); in srtp_unprotect_aead()2251 iv.v64[1] = be64_to_cpu( in srtp_protect_mki()2254 iv.v64[1] = be64_to_cpu(est << 16); in srtp_protect_mki()2272 iv.v64[1] = be64_to_cpu(est); in srtp_protect_mki()2285 est = be64_to_cpu( in srtp_protect_mki()2288 est = be64_to_cpu(est << 16); in srtp_protect_mki()2505 iv.v64[1] = be64_to_cpu( in srtp_unprotect_mki()[all …]
516 spec->time = be64_to_cpu(t.time); in next_io()517 spec->sector = be64_to_cpu(t.sector); in next_io()