Home
last modified time | relevance | path

Searched refs:in_rep (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dsample.c383 per_vport_tbl_attr.vport = esw_attr->in_rep->vport; in add_post_rule()
440 tbl_attr.vport = esw_attr->in_rep->vport; in del_post_rule()
597 pre_esw_attr->in_rep = esw_attr->in_rep; in mlx5e_tc_sample_offload()
665 tbl_attr.vport = esw_attr->in_rep->vport; in mlx5e_tc_sample_unoffload()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c90 attr && attr->in_rep) in mlx5_eswitch_set_rule_flow_source()
92 attr->in_rep->vport == MLX5_VPORT_UPLINK ? in mlx5_eswitch_set_rule_flow_source()
546 fwd_attr.vport = esw_attr->in_rep->vport; in mlx5_eswitch_add_offloaded_rule()
560 esw_attr->in_rep->vport); in mlx5_eswitch_add_offloaded_rule()
613 fwd_attr.vport = esw_attr->in_rep->vport; in mlx5_eswitch_add_fwd_rule()
642 esw_attr->in_rep->vport); in mlx5_eswitch_add_fwd_rule()
694 fwd_attr.vport = esw_attr->in_rep->vport; in __mlx5_eswitch_del_rule()
750 struct mlx5_eswitch_rep *in_rep, *out_rep, *vport = NULL; in esw_vlan_action_get_vport() local
752 in_rep = attr->in_rep; in esw_vlan_action_get_vport()
756 vport = in_rep; in esw_vlan_action_get_vport()
[all …]
Den_tc.c3714 rep_priv = mlx5e_rep_to_rep_priv(attr->in_rep); in verify_uplink_forwarding()
4163 bool is_rep_ingress = esw_attr->in_rep->vport != MLX5_VPORT_UPLINK && in is_peer_flow_needed()
4252 struct mlx5_eswitch_rep *in_rep, in mlx5e_flow_esw_attr_init() argument
4260 esw_attr->in_rep = in_rep; in mlx5e_flow_esw_attr_init()
4275 struct mlx5_eswitch_rep *in_rep, in __mlx5e_add_fdb_flow() argument
4294 f, in_rep, in_mdev); in __mlx5e_add_fdb_flow()
4354 if (attr->in_rep->vport == MLX5_VPORT_UPLINK) in mlx5e_tc_add_fdb_peer_flow()
4362 attr->in_rep, in_mdev); in mlx5e_tc_add_fdb_peer_flow()
4387 struct mlx5_eswitch_rep *in_rep = rpriv->rep; in mlx5e_add_fdb_flow() local
4392 flow = __mlx5e_add_fdb_flow(priv, f, flow_flags, filter_dev, in_rep, in mlx5e_add_fdb_flow()
Deswitch.h453 struct mlx5_eswitch_rep *in_rep; member
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dindir_table.c84 return esw_attr->in_rep->vport == MLX5_VPORT_UPLINK && in mlx5_esw_indir_table_needed()