Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mlx5/
Dfs.h203 FLOW_ACT_NO_APPEND = BIT(0), enumerator
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c456 flow_act->flags |= FLOW_ACT_NO_APPEND; in setup_fte_common()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c456 act.flags = FLOW_ACT_NO_APPEND; in mlx5_chains_add_miss_rule()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c304 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in mlx5_eswitch_add_offloaded_rule()
449 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in mlx5_eswitch_add_fwd_rule()
1093 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in esw_add_restore_rule()
Den_fs_ethtool.c405 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND }; in add_ethtool_flow_rule()
Dfs_core.c1754 if (flow_act->flags & FLOW_ACT_NO_APPEND) in try_add_to_existing_fg()
1792 if (!(flow_act->flags & FLOW_ACT_NO_APPEND) && in try_add_to_existing_fg()
Den_tc.c976 .flags = FLOW_ACT_NO_APPEND, in mlx5e_add_offloaded_nic_rule()