Home
last modified time | relevance | path

Searched refs:ntoh64 (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c48 #define ntoh64(x) rte_be_to_cpu_64(x) macro
687 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 …]
H A Drte_swx_ctl.c21 #define ntoh64(x) rte_be_to_cpu_64(x) macro
25 #define field_ntoh(val, n_bits) (ntoh64((val) << (64 - n_bits)))