Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c138 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_core_destroy_cq() function
178 EXPORT_SYMBOL(mlx5_core_destroy_cq);
/linux-4.1.27/include/linux/mlx5/
Dcq.h167 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dcq.c814 mlx5_core_destroy_cq(dev->mdev, &cq->mcq); in mlx5_ib_create_cq()
839 mlx5_core_destroy_cq(dev->mdev, &mcq->mcq); in mlx5_ib_destroy_cq()