Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c86 dest[i].vport.num = attr->out_rep[j]->vport; in mlx5_eswitch_add_offloaded_rule()
161 dest[i].vport.num = attr->out_rep[i]->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
237 out_rep = attr->out_rep[0]; in esw_vlan_action_get_vport()
242 vport = out_rep; in esw_vlan_action_get_vport()
252 struct mlx5_eswitch_rep *in_rep, *out_rep; in esw_add_vlan_action_check() local
258 out_rep = attr->out_rep[0]; in esw_add_vlan_action_check()
263 if (pop && out_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()
309 if (attr->out_rep[0]->vport == FDB_UPLINK_VPORT) { in mlx5_eswitch_add_vlan_action()
[all …]
Deswitch.h252 struct mlx5_eswitch_rep *out_rep[MLX5_MAX_FLOW_FWD_VPORTS]; member
Den_tc.c849 attr->out_rep[attr->out_count] = rpriv->rep; in mlx5e_tc_add_fdb_flow()
2725 attr->out_rep[attr->out_count] = rpriv->rep; in parse_tc_fdb_actions()