Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Degress_ofld.c62 action = MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in esw_acl_egress_ofld_rules_create()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h175 {MLX5_FLOW_CONTEXT_ACTION_VLAN_POP, "VLAN_POP"},\
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c310 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) { in mlx5_cmd_dr_create_fte()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c4003 *action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in parse_tc_vlan_action()
4427 (action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP)) { in parse_tc_fdb_actions()
4429 action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in parse_tc_fdb_actions()
4478 action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) { in parse_tc_fdb_actions()
4482 action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_POP; in parse_tc_fdb_actions()
4502 if (!((action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) || in parse_tc_fdb_actions()
H A Deswitch_offloads.c320 MLX5_FLOW_CONTEXT_ACTION_VLAN_POP); in mlx5_eswitch_add_offloaded_rule()
656 pop = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP); in mlx5_eswitch_add_vlan_action()
728 pop = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP); in mlx5_eswitch_del_vlan_action()
H A Dfs_core.c1549 MLX5_FLOW_CONTEXT_ACTION_VLAN_POP | in check_conflicting_actions()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dmlx5_ifc.h3011 MLX5_FLOW_CONTEXT_ACTION_VLAN_POP = 0x80, enumerator