Home
last modified time | relevance | path

Searched refs:MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2 (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads_termtbl.c186 if (src->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2) { in mlx5_eswitch_termtbl_actions_move()
187 src->action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2; in mlx5_eswitch_termtbl_actions_move()
188 dst->action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2; in mlx5_eswitch_termtbl_actions_move()
Dfs_core.c1606 MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2)) in check_conflicting_actions()
1621 if (action1 & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2 && in check_conflicting_actions()
Deswitch_offloads.c558 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2) { in mlx5_eswitch_add_offloaded_rule()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dvlan.c76 *action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2; in parse_tc_vlan_action()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h176 {MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2, "VLAN_PUSH_2"},\
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c367 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2) { in mlx5_cmd_dr_create_fte()
/linux-5.19.10/include/linux/mlx5/
Dmlx5_ifc.h3284 MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2 = 0x800, enumerator