Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_dr.h118 } push_vlan; member
H A Dmlx5_flow_dv.c2875 const struct rte_flow_action_of_push_vlan *push_vlan = action->conf; in flow_dv_validate_action_push_vlan() local
2878 if (push_vlan->ethertype != RTE_BE16(RTE_ETHER_TYPE_VLAN) && in flow_dv_validate_action_push_vlan()
2879 push_vlan->ethertype != RTE_BE16(RTE_ETHER_TYPE_QINQ)) in flow_dv_validate_action_push_vlan()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c2456 const struct rte_flow_action_of_push_vlan *push_vlan; in ulp_rte_of_push_vlan_act_handler() local
2460 push_vlan = action_item->conf; in ulp_rte_of_push_vlan_act_handler()
2461 if (push_vlan) { in ulp_rte_of_push_vlan_act_handler()
2462 ethertype = push_vlan->ethertype; in ulp_rte_of_push_vlan_act_handler()
/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h1852 u8 push_vlan[0x1]; member