Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c105 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() local
236 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() local
257 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 …]
Deswitch.h251 struct mlx5_eswitch_rep *in_rep; member
Den_tc.c2677 attr->in_rep = rpriv->rep; in parse_tc_fdb_actions()