Home
last modified time | relevance | path

Searched refs:MLX5_FLOW_CONTEXT_ACTION_FWD_DEST (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Degress_ofld.c40 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in esw_acl_egress_ofld_fwd2vport_create()
72 action |= fwd_dest ? MLX5_FLOW_CONTEXT_ACTION_FWD_DEST : in esw_acl_egress_ofld_rules_create()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_fw.c137 fte_info.action.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5dr_fw_create_md_tbl()
Ddr_cmd.c300 MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | in mlx5dr_cmd_set_fte_modify_and_vport()
595 if (!(fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST)) in mlx5dr_cmd_set_extended_dest()
708 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) { in mlx5dr_cmd_set_fte()
Dfs_dr.c275 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) { in mlx5_cmd_dr_create_fte()
390 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) { in mlx5_cmd_dr_create_fte()
/Linux-v5.15/include/linux/mlx5/
Dfs.h225 struct mlx5_flow_act name = { .action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST,\
Dmlx5_ifc.h3144 MLX5_FLOW_CONTEXT_ACTION_FWD_DEST = 0x4, enumerator
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dlegacy.c281 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in _mlx5_eswitch_set_vepa_locked()
295 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in _mlx5_eswitch_set_vepa_locked()
Dindir_table.c215 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_MOD_HDR; in mlx5_esw_indir_table_rule_get()
363 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5_create_indir_fwd_group()
Dbridge.c419 .action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_COUNT, in mlx5_esw_bridge_ingress_flow_with_esw_create()
510 .action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST, in mlx5_esw_bridge_ingress_filter_flow_create()
556 .action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST, in mlx5_esw_bridge_egress_flow_create()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c516 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) { in mlx5_eswitch_add_offloaded_rule()
621 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5_eswitch_add_fwd_rule()
814 fwd = !!((attr->action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) && in mlx5_eswitch_add_vlan_action()
886 fwd = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST); in mlx5_eswitch_del_vlan_action()
963 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5_eswitch_add_send_to_vport_rule()
1031 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5_eswitch_add_send_to_vport_meta_rules()
1197 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in esw_add_fdb_peer_miss_rules()
1319 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in esw_add_fdb_miss_rule()
1378 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | in esw_add_restore_rule()
1956 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5_eswitch_create_vport_rx_rule()
[all …]
Den_tc.c956 } else if (attr->action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) { in mlx5e_add_offloaded_nic_rule()
1218 slow_attr->action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5e_tc_offload_to_slow_path()
1243 slow_attr->action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5e_tc_unoffload_from_slow_path()
3387 action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | in parse_tc_nic_actions()
3426 action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | in parse_tc_nic_actions()
3447 action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in parse_tc_nic_actions()
3490 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) { in parse_tc_nic_actions()
3494 attr->action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in parse_tc_nic_actions()
3498 attr->action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in parse_tc_nic_actions()
3780 action |= (MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | in parse_tc_fdb_actions()
[all …]
Deswitch_offloads_termtbl.c254 term_tbl_act.action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5_eswitch_add_termtbl_rule()
Dfs_cmd.c434 if (!(fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST)) in mlx5_set_extended_dest()
549 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) { in mlx5_cmd_set_fte()
Dfs_core.c545 if ((fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) && in del_sw_hw_rule()
953 if (!(fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST)) in _mlx5_modify_rule_destination()
1613 MLX5_FLOW_CONTEXT_ACTION_FWD_DEST)); in counter_is_valid()
1626 if (!(action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST)) in dest_is_valid()
1993 flow_act->action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5_add_flow_rules()
Den_fs_ethtool.c484 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in add_ethtool_flow_rule()
Deswitch.c230 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in __esw_fdb_set_vport_rule()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dsample.c94 act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in sampler_termtbl_create()
581 pre_attr->action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_MOD_HDR; in mlx5e_tc_sample_offload()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c87 MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in rx_err_add_rule()
510 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | in rx_add_rule()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h169 {MLX5_FLOW_CONTEXT_ACTION_FWD_DEST, "FWD"},\
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c762 MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | in mlx5_tc_ct_entry_add_rule()
1415 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | in tc_ct_pre_ct_add_rules()
1786 pre_ct_attr->action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | in __mlx5_tc_ct_flow_offload()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c375 act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5_chains_add_miss_rule()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dfs.c1002 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in _create_flow_rule()
1509 flow_act->action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in raw_fs_rule_add()
1514 flow_act->action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in raw_fs_rule_add()
/Linux-v5.15/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1406 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_COUNT; in add_fwd_to_tir()