Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c248 int mlx5_core_destroy_qp(struct mlx5_core_dev *dev, in mlx5_core_destroy_qp() function
280 EXPORT_SYMBOL_GPL(mlx5_core_destroy_qp);
/linux-4.4.14/include/linux/mlx5/
Dqp.h627 int mlx5_core_destroy_qp(struct mlx5_core_dev *dev,
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c1174 err = mlx5_core_destroy_qp(dev->mdev, &qp->mqp); in destroy_qp_common()