Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c946 req_act |= OTX2_FLOW_ACT_VLAN_PCP_INSERT; in otx2_flow_parse_actions()
957 OTX2_FLOW_ACT_VLAN_PCP_INSERT)) in otx2_flow_parse_actions()
962 OTX2_FLOW_ACT_VLAN_PCP_INSERT)) == in otx2_flow_parse_actions()
963 OTX2_FLOW_ACT_VLAN_PCP_INSERT) { in otx2_flow_parse_actions()
H A Dotx2_flow.h61 #define OTX2_FLOW_ACT_VLAN_PCP_INSERT (1 << 13) macro