Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c106 attr->in_rep->vport)); in mlx5_eswitch_set_rule_source_port()
117 MLX5_SET(fte_match_set_misc, misc, source_port, attr->in_rep->vport); in mlx5_eswitch_set_rule_source_port()
134 attr->in_rep->vport == MLX5_VPORT_UPLINK) in mlx5_eswitch_set_rule_source_port()
374 struct mlx5_eswitch_rep *in_rep, *out_rep, *vport = NULL; in esw_vlan_action_get_vport() local
376 in_rep = attr->in_rep; in esw_vlan_action_get_vport()
380 vport = in_rep; in esw_vlan_action_get_vport()
384 vport = in_rep; in esw_vlan_action_get_vport()
392 struct mlx5_eswitch_rep *in_rep, *out_rep; in esw_add_vlan_action_check() local
397 in_rep = attr->in_rep; in esw_add_vlan_action_check()
400 if (push && in_rep->vport == MLX5_VPORT_UPLINK) in esw_add_vlan_action_check()
[all …]
Den_tc.c3496 bool is_rep_ingress = attr->in_rep->vport != MLX5_VPORT_UPLINK && in is_peer_flow_needed()
3557 struct mlx5_eswitch_rep *in_rep, in mlx5e_flow_esw_attr_init() argument
3566 esw_attr->in_rep = in_rep; in mlx5e_flow_esw_attr_init()
3581 struct mlx5_eswitch_rep *in_rep, in __mlx5e_add_fdb_flow() argument
3600 f, in_rep, in_mdev); in __mlx5e_add_fdb_flow()
3653 if (flow->esw_attr->in_rep->vport == MLX5_VPORT_UPLINK) in mlx5e_tc_add_fdb_peer_flow()
3661 flow->esw_attr->in_rep, in_mdev); in mlx5e_tc_add_fdb_peer_flow()
3686 struct mlx5_eswitch_rep *in_rep = rpriv->rep; in mlx5e_add_fdb_flow() local
3691 flow = __mlx5e_add_fdb_flow(priv, f, flow_flags, filter_dev, in_rep, in mlx5e_add_fdb_flow()
Deswitch.h373 struct mlx5_eswitch_rep *in_rep; member