Home
last modified time | relevance | path

Searched defs:rte_be_to_cpu_16 (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/eal/ppc/include/
H A Drte_byteorder.h84 #define rte_be_to_cpu_16(x) rte_bswap16(x) macro
102 #define rte_be_to_cpu_16(x) (x) macro
/dpdk/lib/eal/loongarch/include/
H A Drte_byteorder.h28 #define rte_be_to_cpu_16(x) rte_bswap16(x) macro
/dpdk/lib/eal/arm/include/
H A Drte_byteorder.h35 #define rte_be_to_cpu_16(x) rte_bswap16(x) macro
/dpdk/lib/eal/riscv/include/
H A Drte_byteorder.h35 #define rte_be_to_cpu_16(x) rte_bswap16(x) macro
/dpdk/lib/eal/x86/include/
H A Drte_byteorder.h82 #define rte_be_to_cpu_16( global() macro