Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtfp.h210 #define tfp_cpu_to_be_16(val) rte_cpu_to_be_16(val) macro
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c713 if (type == tfp_cpu_to_be_16(RTE_ETHER_TYPE_IPV4)) { in ulp_rte_l2_proto_type_update()
723 } else if (type == tfp_cpu_to_be_16(RTE_ETHER_TYPE_IPV6)) { in ulp_rte_l2_proto_type_update()
1343 tfp_cpu_to_be_16(ULP_UDP_PORT_VXLAN)) { in ulp_rte_l4_proto_type_update()
2463 if (tfp_cpu_to_be_16(ethertype) != RTE_ETHER_TYPE_VLAN) { in ulp_rte_of_push_vlan_act_handler()
H A Dulp_port_db.c191 func->func_parent_vnic = tfp_cpu_to_be_16(func->func_parent_vnic); in ulp_port_db_dev_port_intf_update()