mlx5e_eswitch_vf_rep
return netif_is_lag_port(netdev) && mlx5e_eswitch_vf_rep(netdev);
return mlx5e_eswitch_vf_rep(priv->netdev) &&
vf_rep = mlx5e_eswitch_vf_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev);
bool mlx5e_eswitch_vf_rep(const struct net_device *netdev);
return mlx5e_eswitch_vf_rep(netdev) ||
mlx5e_eswitch_vf_rep(priv->netdev) &&
mlx5e_eswitch_vf_rep(peer_netdev) &&
if (mlx5e_eswitch_vf_rep(priv->netdev))