Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads_termtbl.c191 if (src->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) { in mlx5_eswitch_termtbl_actions_move()
192 src->action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH; in mlx5_eswitch_termtbl_actions_move()
193 dst->action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH; in mlx5_eswitch_termtbl_actions_move()
245 if (flow_act->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) in mlx5_eswitch_termtbl_required()
Deswitch_offloads.c319 flow_act.action &= ~(MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH | in mlx5_eswitch_add_offloaded_rule()
321 else if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) { in mlx5_eswitch_add_offloaded_rule()
655 push = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH); in mlx5_eswitch_add_vlan_action()
727 push = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH); in mlx5_eswitch_del_vlan_action()
Den_tc.c3933 *action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH; in parse_tc_vlan_action()
4407 (action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH))) in parse_tc_fdb_actions()
Dfs_core.c1534 MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH | in check_conflicting_actions()
/Linux-v5.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-v5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h174 {MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH, "VLAN_PUSH"},\
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c337 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) { in mlx5_cmd_dr_create_fte()
/Linux-v5.10/include/linux/mlx5/
Dmlx5_ifc.h3009 MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH = 0x100, enumerator