Searched refs:OTX2_FLOW_ACT_VLAN_STRIP (Results 1 – 2 of 2) sorted by relevance
940 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()
58 #define OTX2_FLOW_ACT_VLAN_STRIP (1 << 10) macro