Home
last modified time | relevance | path

Searched refs:FLOW_ACT_IGNORE_FLOW_LEVEL (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/include/linux/mlx5/
Dfs.h225 FLOW_ACT_IGNORE_FLOW_LEVEL = BIT(1), enumerator
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads_termtbl.c297 flow_act->flags |= FLOW_ACT_IGNORE_FLOW_LEVEL; in mlx5_eswitch_add_termtbl_rule()
Deswitch_offloads.c208 flow_act->flags |= FLOW_ACT_IGNORE_FLOW_LEVEL; in esw_setup_sampler_dest()
223 flow_act->flags |= FLOW_ACT_IGNORE_FLOW_LEVEL; in esw_setup_ft_dest()
237 flow_act->flags |= FLOW_ACT_IGNORE_FLOW_LEVEL; in esw_setup_accept_dest()
247 flow_act->flags |= FLOW_ACT_IGNORE_FLOW_LEVEL; in esw_setup_slow_path_dest()
261 flow_act->flags |= FLOW_ACT_IGNORE_FLOW_LEVEL; in esw_setup_chain_dest()
381 flow_act->flags |= FLOW_ACT_IGNORE_FLOW_LEVEL; in esw_setup_indir_table()
704 flow_act.flags |= FLOW_ACT_IGNORE_FLOW_LEVEL; in mlx5_eswitch_add_fwd_rule()
Dfs_cmd.c519 !!(fte->action.flags & FLOW_ACT_IGNORE_FLOW_LEVEL)); in mlx5_cmd_set_fte()
Dfs_core.c1696 bool ignore_level = flow_act->flags & FLOW_ACT_IGNORE_FLOW_LEVEL; in dest_is_valid()
Den_tc.c1045 flow_act.flags |= FLOW_ACT_IGNORE_FLOW_LEVEL; in mlx5e_add_offloaded_nic_rule()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dindir_table.c217 flow_act.flags = FLOW_ACT_IGNORE_FLOW_LEVEL | FLOW_ACT_NO_APPEND; in mlx5_esw_indir_table_rule_get()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c521 !!(fte->action.flags & FLOW_ACT_IGNORE_FLOW_LEVEL); in mlx5_cmd_dr_create_fte()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c377 act.flags |= FLOW_ACT_IGNORE_FLOW_LEVEL; in mlx5_chains_add_miss_rule()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c1490 flow_act.flags |= FLOW_ACT_IGNORE_FLOW_LEVEL; in tc_ct_pre_ct_add_rules()