Searched refs:mlx5_core_destroy_cq (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/
H A Dcq.h161 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c149 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) function
194 EXPORT_SYMBOL(mlx5_core_destroy_cq); variable
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c995 mlx5_core_destroy_cq(dev->mdev, &cq->mcq);
1020 mlx5_core_destroy_cq(dev->mdev, &mcq->mcq);
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c512 mlx5_core_destroy_cq(conn->fdev->mdev, &conn->cq.mcq);
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1911 mlx5_core_destroy_cq(cq->priv->mdev, &cq->mcq);

Completed in 109 milliseconds