Home
last modified time | relevance | path

Searched refs:mlx5e_eswitch_uplink_rep (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h262 bool mlx5e_eswitch_uplink_rep(const struct net_device *netdev);
266 mlx5e_eswitch_uplink_rep(netdev); in mlx5e_eswitch_rep()
H A Den_rep.c751 bool mlx5e_eswitch_uplink_rep(const struct net_device *netdev) in mlx5e_eswitch_uplink_rep() function
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmirred.c41 if (!(mlx5e_eswitch_uplink_rep(rep_priv->netdev) && in verify_uplink_forwarding()
42 mlx5e_eswitch_uplink_rep(out_dev))) in verify_uplink_forwarding()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c96 if (!mlx5e_eswitch_uplink_rep(*out_dev)) in get_route_and_out_devs()
99 if (mlx5e_eswitch_uplink_rep(priv->netdev) && *out_dev != priv->netdev && in get_route_and_out_devs()
H A Dtc_ct.c349 uplink_rep = mlx5e_eswitch_uplink_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev); in mlx5_tc_ct_get_flow_source_match()