Searched refs:in_rep (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | sample.c | 360 per_vport_tbl_attr.vport = esw_attr->in_rep->vport; in add_post_rule() 417 tbl_attr.vport = esw_attr->in_rep->vport; in del_post_rule() 562 pre_esw_attr->in_rep = esw_attr->in_rep; in mlx5e_tc_sample_offload()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads.c | 92 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source) || !attr || !attr->in_rep) in mlx5_eswitch_set_rule_flow_source() 101 spec->flow_context.flow_source = (attr->in_rep->vport == MLX5_VPORT_UPLINK) ? in mlx5_eswitch_set_rule_flow_source() 619 fwd_attr.vport = esw_attr->in_rep->vport; in mlx5_eswitch_add_offloaded_rule() 633 esw_attr->in_rep->vport); in mlx5_eswitch_add_offloaded_rule() 692 fwd_attr.vport = esw_attr->in_rep->vport; in mlx5_eswitch_add_fwd_rule() 721 esw_attr->in_rep->vport); in mlx5_eswitch_add_fwd_rule() 775 fwd_attr.vport = esw_attr->in_rep->vport; in __mlx5_eswitch_del_rule() 831 struct mlx5_eswitch_rep *in_rep, *out_rep, *vport = NULL; in esw_vlan_action_get_vport() local 833 in_rep = attr->in_rep; in esw_vlan_action_get_vport() 837 vport = in_rep; in esw_vlan_action_get_vport() [all …]
|
D | en_tc.c | 1778 esw_attr->in_rep->vport); in mlx5e_tc_add_fdb_flow() 4162 bool is_rep_ingress = esw_attr->in_rep->vport != MLX5_VPORT_UPLINK && in is_peer_flow_needed() 4258 struct mlx5_eswitch_rep *in_rep, in mlx5e_flow_esw_attr_init() argument 4266 esw_attr->in_rep = in_rep; in mlx5e_flow_esw_attr_init() 4281 struct mlx5_eswitch_rep *in_rep, in __mlx5e_add_fdb_flow() argument 4301 f, in_rep, in_mdev); in __mlx5e_add_fdb_flow() 4373 if (attr->in_rep->vport == MLX5_VPORT_UPLINK) in mlx5e_tc_add_fdb_peer_flow() 4381 attr->in_rep, in_mdev); in mlx5e_tc_add_fdb_peer_flow() 4406 struct mlx5_eswitch_rep *in_rep = rpriv->rep; in mlx5e_add_fdb_flow() local 4411 flow = __mlx5e_add_fdb_flow(priv, f, flow_flags, filter_dev, in_rep, in mlx5e_add_fdb_flow()
|
D | eswitch.h | 468 struct mlx5_eswitch_rep *in_rep; member
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
D | mirred.c | 39 rep_priv = mlx5e_rep_to_rep_priv(attr->esw_attr->in_rep); in verify_uplink_forwarding()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | indir_table.c | 89 return esw_attr->in_rep->vport == MLX5_VPORT_UPLINK && in mlx5_esw_indir_table_needed()
|