Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dvlan.c58 *action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in parse_tc_vlan_action()
180 (attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP)) { in tc_act_parse_vlan()
182 attr->action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in tc_act_parse_vlan()
210 attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) { in tc_act_post_parse_vlan()
214 attr->action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in tc_act_post_parse_vlan()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Degress_ofld.c71 action = MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in esw_acl_egress_ofld_rules_create()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h175 {MLX5_FLOW_CONTEXT_ACTION_VLAN_POP, "VLAN_POP"},\
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c332 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) { in mlx5_cmd_dr_create_fte()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c571 MLX5_FLOW_CONTEXT_ACTION_VLAN_POP); in mlx5_eswitch_add_offloaded_rule()
894 pop = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP); in mlx5_eswitch_add_vlan_action()
966 pop = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP); in mlx5_eswitch_del_vlan_action()
Dfs_core.c1626 MLX5_FLOW_CONTEXT_ACTION_VLAN_POP | in check_conflicting_actions()
Den_tc.c3605 if (!((attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) || in actions_prepare_mod_hdr_actions()
/Linux-v6.1/include/linux/mlx5/
Dmlx5_ifc.h3370 MLX5_FLOW_CONTEXT_ACTION_VLAN_POP = 0x80, enumerator