Home
last modified time | relevance | path

Searched refs:mlx5_core_attach_mcg (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dmcg.c40 int mlx5_core_attach_mcg(struct mlx5_core_dev *dev, union ib_gid *mgid, u32 qpn) in mlx5_core_attach_mcg() function
52 EXPORT_SYMBOL(mlx5_core_attach_mcg);
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c524 err = mlx5_core_attach_mcg(mdev, gid, ipriv->qp.qpn); in mlx5i_attach_mcast()
/Linux-v4.19/include/linux/mlx5/
Ddriver.h1122 int mlx5_core_attach_mcg(struct mlx5_core_dev *dev, union ib_gid *mgid, u32 qpn);
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c4018 err = mlx5_core_attach_mcg(dev->mdev, gid, ibqp->qp_num); in mlx5_ib_mcg_attach()