Home
last modified time | relevance | path

Searched refs:dest_ft (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dtrap.c15 attr->dest_ft = mlx5_eswitch_get_slow_fdb(priv->mdev->priv.eswitch); in tc_act_parse_trap()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c211 struct mlx5_flow_table *dest_ft = dst->dest_attr.ft; in create_ft_action() local
213 if (mlx5dr_is_fw_table(dest_ft)) in create_ft_action()
214 return mlx5dr_action_create_dest_flow_fw_table(domain, dest_ft); in create_ft_action()
215 return mlx5dr_action_create_dest_table(dest_ft->fs_dr_table.dr_table); in create_ft_action()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h88 struct mlx5_flow_table *dest_ft; member
H A Den_tc.c469 attr->dest_ft = mlx5e_post_meter_get_ft(post_meter); in mlx5e_tc_add_flow_meter()
1252 if (attr->dest_ft) { in mlx5e_add_offloaded_nic_rule()
1254 dest[dest_ix].ft = attr->dest_ft; in mlx5e_add_offloaded_nic_rule()
3571 attr2->dest_ft = NULL; in mlx5e_clone_flow_attr_for_post_act()
3752 attr->dest_ft = mlx5e_tc_post_act_get_ft(post_act); in set_branch_dest_ft()
3841 attr->dest_ft = mlx5e_tc_post_act_get_ft(post_act); in dec_jump_count()
H A Deswitch_offloads.c234 dest[i].ft = attr->dest_ft; in esw_setup_ft_dest()
602 if (attr->dest_ft) { in esw_setup_dests()
623 if (attr->dest_ft) { in esw_cleanup_dests()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c827 attr->dest_ft = mlx5e_tc_post_act_get_ft(ct_priv->post_act); in mlx5_tc_ct_entry_add_rule()
1967 attr->dest_ft = nat ? ct_priv->ct_nat : ct_priv->ct; in __mlx5_tc_ct_flow_offload()
1969 attr->dest_ft = nat ? ft->pre_ct_nat.ft : ft->pre_ct.ft; in __mlx5_tc_ct_flow_offload()