Searched refs:ntoh64 (Results 1 – 2 of 2) sorted by relevance
48 #define ntoh64(x) rte_be_to_cpu_64(x) macro687 uint64_t src = ntoh64(src64) >> (64 - (ip)->alu.src.n_bits); \702 uint64_t dst = ntoh64(dst64) >> (64 - (ip)->alu.dst.n_bits); \722 uint64_t dst = ntoh64(dst64) >> (64 - (ip)->alu.dst.n_bits); \727 uint64_t src = ntoh64(src64) >> (64 - (ip)->alu.src.n_bits); \769 uint64_t dst = ntoh64(dst64) >> (64 - (ip)->alu.dst.n_bits); \813 uint64_t src = ntoh64(src64) >> (64 - (ip)->mov.src.n_bits); \866 uint64_t b = ntoh64(b64) >> (64 - (ip)->jmp.b.n_bits); \878 uint64_t a = ntoh64(a64) >> (64 - (ip)->jmp.a.n_bits); \894 uint64_t a = ntoh64(a64) >> (64 - (ip)->jmp.a.n_bits); \[all …]
21 #define ntoh64(x) rte_be_to_cpu_64(x) macro25 #define field_ntoh(val, n_bits) (ntoh64((val) << (64 - n_bits)))