Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c845 req_act |= OTX2_FLOW_ACT_MARK; in otx2_flow_parse_actions()
1020 if ((req_act & (OTX2_FLOW_ACT_FLAG | OTX2_FLOW_ACT_MARK)) in otx2_flow_parse_actions()
1021 == (OTX2_FLOW_ACT_FLAG | OTX2_FLOW_ACT_MARK)) { in otx2_flow_parse_actions()
1062 } else if (req_act & (OTX2_FLOW_ACT_FLAG | OTX2_FLOW_ACT_MARK)) { in otx2_flow_parse_actions()
H A Dotx2_flow.h48 #define OTX2_FLOW_ACT_MARK (1 << 0) macro