Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mcg.c35 int mlx5_core_attach_mcg(struct mlx5_core_dev *dev, union ib_gid *mgid, u32 qpn) in mlx5_core_attach_mcg() function
47 EXPORT_SYMBOL(mlx5_core_attach_mcg);
/freebsd/sys/dev/mlx5/
H A Ddriver.h1092 int mlx5_core_attach_mcg(struct mlx5_core_dev *dev, union ib_gid *mgid, u32 qpn);
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2499 err = mlx5_core_attach_mcg(dev->mdev, gid, ibqp->qp_num); in mlx5_ib_mcg_attach()