Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c937 req_act |= OTX2_FLOW_ACT_VLAN_INSERT; in otx2_flow_parse_actions()
956 (OTX2_FLOW_ACT_VLAN_INSERT | OTX2_FLOW_ACT_VLAN_ETHTYPE_INSERT | in otx2_flow_parse_actions()
961 (OTX2_FLOW_ACT_VLAN_INSERT | OTX2_FLOW_ACT_VLAN_ETHTYPE_INSERT | in otx2_flow_parse_actions()
H A Dotx2_flow.h59 #define OTX2_FLOW_ACT_VLAN_INSERT (1 << 11) macro