Symbol: MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH
drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h
174
{MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH, "VLAN_PUSH"},\
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/vlan.c
69
*action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH;
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
3659
(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH)))
drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ingress_lgcy.c
222
flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH;
drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ingress_ofld.c
40
flow_act.action = MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH |
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
689
if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) {
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c
182
if (src->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) {
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c
183
src->action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH;
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c
184
dst->action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH;
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c
229
if (flow_act->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH &&
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
1939
MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH |
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
1952
if (action1 & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH &&
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c
845
if (fte_action->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/fs_dr.c
379
if (fte->act_dests.action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) {