Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c818 int sel_act, req_act = 0; in otx2_flow_parse_actions() local
845 req_act |= OTX2_FLOW_ACT_MARK; in otx2_flow_parse_actions()
851 req_act |= OTX2_FLOW_ACT_FLAG; in otx2_flow_parse_actions()
867 req_act |= OTX2_FLOW_ACT_COUNT; in otx2_flow_parse_actions()
871 req_act |= OTX2_FLOW_ACT_DROP; in otx2_flow_parse_actions()
875 req_act |= OTX2_FLOW_ACT_PF; in otx2_flow_parse_actions()
882 req_act |= OTX2_FLOW_ACT_VF; in otx2_flow_parse_actions()
913 req_act |= OTX2_FLOW_ACT_RSS; in otx2_flow_parse_actions()
933 req_act |= OTX2_FLOW_ACT_SEC; in otx2_flow_parse_actions()
955 if (req_act & in otx2_flow_parse_actions()
[all …]