Searched refs:in_rep (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | eswitch_offloads.c | 250 attr && attr->in_rep) in mlx5_eswitch_set_rule_flow_source() 252 attr->in_rep->vport == MLX5_VPORT_UPLINK ? in mlx5_eswitch_set_rule_flow_source() 272 attr->in_rep->vport)); in mlx5_eswitch_set_rule_source_port() 281 MLX5_SET(fte_match_set_misc, misc, source_port, attr->in_rep->vport); in mlx5_eswitch_set_rule_source_port() 399 fwd_attr.vport = esw_attr->in_rep->vport; in mlx5_eswitch_add_offloaded_rule() 466 fwd_attr.vport = esw_attr->in_rep->vport; in mlx5_eswitch_add_fwd_rule() 539 fwd_attr.vport = esw_attr->in_rep->vport; in __mlx5_eswitch_del_rule() 593 struct mlx5_eswitch_rep *in_rep, *out_rep, *vport = NULL; in esw_vlan_action_get_vport() local 595 in_rep = attr->in_rep; in esw_vlan_action_get_vport() 599 vport = in_rep; in esw_vlan_action_get_vport() [all …]
|
| D | en_tc.c | 4083 rep_priv = mlx5e_rep_to_rep_priv(attr->in_rep); in verify_uplink_forwarding() 4501 bool is_rep_ingress = esw_attr->in_rep->vport != MLX5_VPORT_UPLINK && in is_peer_flow_needed() 4590 struct mlx5_eswitch_rep *in_rep, in mlx5e_flow_esw_attr_init() argument 4598 esw_attr->in_rep = in_rep; in mlx5e_flow_esw_attr_init() 4613 struct mlx5_eswitch_rep *in_rep, in __mlx5e_add_fdb_flow() argument 4632 f, in_rep, in_mdev); in __mlx5e_add_fdb_flow() 4693 if (attr->in_rep->vport == MLX5_VPORT_UPLINK) in mlx5e_tc_add_fdb_peer_flow() 4701 attr->in_rep, in_mdev); in mlx5e_tc_add_fdb_peer_flow() 4726 struct mlx5_eswitch_rep *in_rep = rpriv->rep; in mlx5e_add_fdb_flow() local 4731 flow = __mlx5e_add_fdb_flow(priv, f, flow_flags, filter_dev, in_rep, in mlx5e_add_fdb_flow()
|
| D | eswitch.h | 397 struct mlx5_eswitch_rep *in_rep; member
|