Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddev.c565 bool mlx5_same_hw_devs(struct mlx5_core_dev *dev, struct mlx5_core_dev *peer_dev) in mlx5_same_hw_devs() function
H A Dmlx5_core.h467 bool mlx5_same_hw_devs(struct mlx5_core_dev *dev, struct mlx5_core_dev *peer_dev);
H A Den_tc.c3624 return mlx5_same_hw_devs(fmdev, pmdev); in mlx5e_same_hw_devs()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbridge.c37 return mlx5_same_hw_devs(mdev, esw_mdev); in mlx5_esw_bridge_dev_same_hw()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c358 vf_rep = mlx5e_eswitch_vf_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev); in mlx5_tc_ct_get_flow_source_match()
359 uplink_rep = mlx5e_eswitch_uplink_rep(ndev) && mlx5_same_hw_devs(mdev, other_priv->mdev); in mlx5_tc_ct_get_flow_source_match()