Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mlx5/ !
Dfs.h240 FLOW_ACT_NO_APPEND = BIT(0), enumerator
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/esw/ !
Dbridge.c665 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_ingress_flow_with_esw_create()
765 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_ingress_filter_flow_create()
818 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_egress_flow_create()
886 .flags = FLOW_ACT_NO_APPEND, in mlx5_esw_bridge_egress_miss_flow_create()
Dindir_table.c221 flow_act.flags = FLOW_ACT_IGNORE_FLOW_LEVEL | FLOW_ACT_NO_APPEND; in mlx5_esw_indir_table_rule_get()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lag/ !
Dport_sel.c76 flow_act.flags |= FLOW_ACT_NO_APPEND; in mlx5_lag_create_port_sel_table()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ !
Dmacsec_fs.c369 flow_act.flags = FLOW_ACT_NO_APPEND; in macsec_fs_tx_create()
869 flow_act->flags = FLOW_ACT_NO_APPEND; in macsec_fs_rx_create_check_decap_rule()
Dipsec_fs.c393 flow_act->flags |= FLOW_ACT_NO_APPEND; in setup_fte_common()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/ !
Dfs_chains.c375 act.flags = FLOW_ACT_NO_APPEND; in mlx5_chains_add_miss_rule()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ !
Den_fs_ethtool.c466 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND }; in add_ethtool_flow_rule()
Deswitch_offloads.c550 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in mlx5_eswitch_add_offloaded_rule()
670 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in mlx5_eswitch_add_fwd_rule()
1400 struct mlx5_flow_act flow_act = { .flags = FLOW_ACT_NO_APPEND, }; in esw_add_restore_rule()
Dfs_core.c1864 if (flow_act->flags & FLOW_ACT_NO_APPEND) in try_add_to_existing_fg()
1902 if (!(flow_act->flags & FLOW_ACT_NO_APPEND) && in try_add_to_existing_fg()
Den_tc.c1145 .flags = FLOW_ACT_NO_APPEND, in mlx5e_add_offloaded_nic_rule()