Home
last modified time | relevance | path

Searched refs:mlx5e_eswitch_vf_rep (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h261 bool mlx5e_eswitch_vf_rep(const struct net_device *netdev);
265 return mlx5e_eswitch_vf_rep(netdev) || in mlx5e_eswitch_rep()
H A Den_rep.c757 bool mlx5e_eswitch_vf_rep(const struct net_device *netdev) in mlx5e_eswitch_vf_rep() function
H A Den_tc.c4060 mlx5e_eswitch_vf_rep(priv->netdev) && in is_merged_eswitch_vfs()
4061 mlx5e_eswitch_vf_rep(peer_netdev) && in is_merged_eswitch_vfs()
4665 if (mlx5e_eswitch_vf_rep(priv->netdev)) in is_tc_ipsec_order_check_needed()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmirred.c18 return mlx5e_eswitch_vf_rep(priv->netdev) && in same_vf_reps()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbond.c186 return netif_is_lag_port(netdev) && mlx5e_eswitch_vf_rep(netdev); in mlx5e_rep_is_lag_netdev()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c348 vf_rep = mlx5e_eswitch_vf_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev); in mlx5_tc_ct_get_flow_source_match()