Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dmcg.c86 int mlx5_core_detach_mcg(struct mlx5_core_dev *dev, union ib_gid *mgid, u32 qpn) in mlx5_core_detach_mcg() function
106 EXPORT_SYMBOL(mlx5_core_detach_mcg);
/linux-4.4.14/include/linux/mlx5/
Ddriver.h768 int mlx5_core_detach_mcg(struct mlx5_core_dev *dev, union ib_gid *mgid, u32 qpn);
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmain.c856 err = mlx5_core_detach_mcg(dev->mdev, gid, ibqp->qp_num); in mlx5_ib_mcg_detach()