Searched refs:OTX2_FLOW_ACT_COUNT (Results 1 – 2 of 2) sorted by relevance
867 req_act |= OTX2_FLOW_ACT_COUNT; in otx2_flow_parse_actions()987 } else if ((req_act & OTX2_FLOW_ACT_COUNT) || in otx2_flow_parse_actions()1011 sel_act = req_act & ~OTX2_FLOW_ACT_COUNT; in otx2_flow_parse_actions()1064 } else if (req_act & OTX2_FLOW_ACT_COUNT) { in otx2_flow_parse_actions()
55 #define OTX2_FLOW_ACT_COUNT (1 << 7) macro