Searched refs:RTE_BE_TO_CPU_16 (Results 1 – 3 of 3) sorted by relevance
317 eth_type = RTE_BE_TO_CPU_16(eth_h->ether_type); in reply_to_icmp_echo_rqsts()343 arp_op = RTE_BE_TO_CPU_16(arp_h->arp_opcode); in reply_to_icmp_echo_rqsts()344 arp_pro = RTE_BE_TO_CPU_16(arp_h->arp_protocol); in reply_to_icmp_echo_rqsts()348 RTE_BE_TO_CPU_16(arp_h->arp_hardware), in reply_to_icmp_echo_rqsts()353 if ((RTE_BE_TO_CPU_16(arp_h->arp_hardware) != in reply_to_icmp_echo_rqsts()
91 eth_type = RTE_BE_TO_CPU_16(eth_hdr->ether_type); in dump_pkt_burst()219 udp_port = RTE_BE_TO_CPU_16(udp_hdr->dst_port); in dump_pkt_burst()
1036 #define RTE_BE_TO_CPU_16(be_16_v) rte_be_to_cpu_16((be_16_v)) macro1040 #define RTE_BE_TO_CPU_16(be_16_v) (be_16_v) macro1043 #define RTE_BE_TO_CPU_16(be_16_v) \ macro