Home
last modified time | relevance | path

Searched refs:FLOW_ACT_NO_APPEND (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/include/linux/mlx5/
Dfs.h207 FLOW_ACT_NO_APPEND = BIT(0), enumerator
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dbridge.c420 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_ingress_flow_with_esw_create()
511 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_ingress_filter_flow_create()
557 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_egress_flow_create()
Dindir_table.c216 flow_act.flags = FLOW_ACT_IGNORE_FLOW_LEVEL | FLOW_ACT_NO_APPEND; in mlx5_esw_indir_table_rule_get()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c371 act.flags = FLOW_ACT_NO_APPEND; in mlx5_chains_add_miss_rule()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c457 flow_act->flags |= FLOW_ACT_NO_APPEND; in setup_fte_common()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c456 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND }; in add_ethtool_flow_rule()
Deswitch_offloads.c486 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in mlx5_eswitch_add_offloaded_rule()
596 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in mlx5_eswitch_add_fwd_rule()
1355 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in esw_add_restore_rule()
Dfs_core.c1761 if (flow_act->flags & FLOW_ACT_NO_APPEND) in try_add_to_existing_fg()
1799 if (!(flow_act->flags & FLOW_ACT_NO_APPEND) && in try_add_to_existing_fg()
Den_tc.c935 .flags = FLOW_ACT_NO_APPEND, in mlx5e_add_offloaded_nic_rule()