Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h1037 #define RTE_CPU_TO_BE_16(cpu_16_v) rte_cpu_to_be_16((cpu_16_v)) argument
1041 #define RTE_CPU_TO_BE_16(cpu_16_v) (cpu_16_v) argument
1045 #define RTE_CPU_TO_BE_16(cpu_16_v) \ argument
1046 (uint16_t) ((((cpu_16_v) & 0xFF) << 8) | ((cpu_16_v) >> 8))