Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c940 req_act |= OTX2_FLOW_ACT_VLAN_STRIP; in otx2_flow_parse_actions()
970 if (vlan_insert_action && (req_act & OTX2_FLOW_ACT_VLAN_STRIP)) { in otx2_flow_parse_actions()
979 if (req_act & OTX2_FLOW_ACT_VLAN_STRIP) { in otx2_flow_parse_actions()
1033 if (req_act & OTX2_FLOW_ACT_VLAN_STRIP) in otx2_flow_parse_actions()
1037 if (req_act == OTX2_FLOW_ACT_VLAN_STRIP) in otx2_flow_parse_actions()
H A Dotx2_flow.h58 #define OTX2_FLOW_ACT_VLAN_STRIP (1 << 10) macro