Searched refs:in_rep (Results 1 – 3 of 3) sorted by relevance
105 MLX5_SET(fte_match_set_misc, misc, source_port, attr->in_rep->vport); in mlx5_eswitch_add_offloaded_rule()171 MLX5_SET(fte_match_set_misc, misc, source_port, attr->in_rep->vport); in mlx5_eswitch_add_fwd_rule()234 struct mlx5_eswitch_rep *in_rep, *out_rep, *vport = NULL; in esw_vlan_action_get_vport() local236 in_rep = attr->in_rep; in esw_vlan_action_get_vport()240 vport = in_rep; in esw_vlan_action_get_vport()244 vport = in_rep; in esw_vlan_action_get_vport()252 struct mlx5_eswitch_rep *in_rep, *out_rep; in esw_add_vlan_action_check() local257 in_rep = attr->in_rep; in esw_add_vlan_action_check()260 if (push && in_rep->vport == FDB_UPLINK_VPORT) in esw_add_vlan_action_check()268 if (in_rep->vlan && out_rep->vport == FDB_UPLINK_VPORT) in esw_add_vlan_action_check()[all …]
251 struct mlx5_eswitch_rep *in_rep; member
2677 attr->in_rep = rpriv->rep; in parse_tc_fdb_actions()