Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dvlan.c57 *action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in parse_tc_vlan_action()
154 (attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP)) { in tc_act_parse_vlan()
156 attr->action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in tc_act_parse_vlan()
185 attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) { in tc_act_post_parse_vlan()
189 attr->action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in tc_act_post_parse_vlan()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Degress_lgcy.c126 actions_flag |= MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in esw_acl_egress_lgcy_setup()
H A Degress_ofld.c85 action = MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in esw_acl_egress_ofld_rules_create()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h175 {MLX5_FLOW_CONTEXT_ACTION_VLAN_POP, "VLAN_POP"},\
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c352 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) { in mlx5_cmd_dr_create_fte()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1748 MLX5_FLOW_CONTEXT_ACTION_VLAN_POP | in check_conflicting_actions()
H A Den_tc.c3539 if (!((attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) || in actions_prepare_mod_hdr_actions()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h3469 MLX5_FLOW_CONTEXT_ACTION_VLAN_POP = 0x80, enumerator