Searched refs:in_rep (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c360 per_vport_tbl_attr.vport = esw_attr->in_rep->vport;
417 tbl_attr.vport = esw_attr->in_rep->vport;
562 pre_esw_attr->in_rep = esw_attr->in_rep;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmirred.c35 * Input vport was stored attr->in_rep.
39 rep_priv = mlx5e_rep_to_rep_priv(attr->esw_attr->in_rep);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dindir_table.c81 return esw_attr->in_rep->vport == MLX5_VPORT_UPLINK &&
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c1841 esw_attr->in_rep->vport);
4243 bool is_rep_ingress = esw_attr->in_rep->vport != MLX5_VPORT_UPLINK &&
4382 struct mlx5_eswitch_rep *in_rep,
4390 esw_attr->in_rep = in_rep;
4405 struct mlx5_eswitch_rep *in_rep,
4424 f, in_rep, in_mdev);
4483 if (attr->in_rep->vport == MLX5_VPORT_UPLINK && !mlx5_lag_is_mpesw(priv->mdev))
4491 attr->in_rep, in_mdev);
4516 struct mlx5_eswitch_rep *in_rep local
4378 mlx5e_flow_esw_attr_init(struct mlx5_flow_attr *attr, struct mlx5e_priv *priv, struct mlx5e_tc_flow_parse_attr *parse_attr, struct flow_cls_offload *f, struct mlx5_eswitch_rep *in_rep, struct mlx5_core_dev *in_mdev) argument
4401 __mlx5e_add_fdb_flow(struct mlx5e_priv *priv, struct flow_cls_offload *f, unsigned long flow_flags, struct net_device *filter_dev, struct mlx5_eswitch_rep *in_rep, struct mlx5_core_dev *in_mdev) argument
[all...]
H A Deswitch_offloads.c89 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source) || !attr || !attr->in_rep)
98 spec->flow_context.flow_source = (attr->in_rep->vport == MLX5_VPORT_UPLINK) ?
441 esw_attr->dests[attr_idx].vport != esw_attr->in_rep->vport &&
738 fwd_attr.vport = esw_attr->in_rep->vport;
752 esw_attr->in_rep->vport);
816 fwd_attr.vport = esw_attr->in_rep->vport;
845 esw_attr->in_rep->vport);
898 fwd_attr.vport = esw_attr->in_rep->vport;
H A Deswitch.h514 struct mlx5_eswitch_rep *in_rep; member in struct:mlx5_esw_flow_attr

Completed in 190 milliseconds