Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads_termtbl.c180 if (src->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) { in mlx5_eswitch_termtbl_actions_move()
181 src->action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH; in mlx5_eswitch_termtbl_actions_move()
182 dst->action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH; in mlx5_eswitch_termtbl_actions_move()
227 if (flow_act->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH && in mlx5_eswitch_termtbl_required()
Deswitch_offloads.c552 flow_act.action &= ~(MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH | in mlx5_eswitch_add_offloaded_rule()
554 else if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) { in mlx5_eswitch_add_offloaded_rule()
871 push = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH); in mlx5_eswitch_add_vlan_action()
943 push = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH); in mlx5_eswitch_del_vlan_action()
Dfs_core.c1604 MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH | in check_conflicting_actions()
1617 if (action1 & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH && in check_conflicting_actions()
Den_tc.c3408 (attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH))) in actions_prepare_mod_hdr_actions()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dvlan.c85 *action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH; in parse_tc_vlan_action()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h174 {MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH, "VLAN_PUSH"},\
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Dingress_ofld.c37 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH | in esw_acl_ingress_prio_tag_create()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c357 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) { in mlx5_cmd_dr_create_fte()
/linux-5.19.10/include/linux/mlx5/
Dmlx5_ifc.h3282 MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH = 0x100, enumerator