Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mlx5/mlx5_core/
HDmlx5_cq.c155 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_core_destroy_cq() function
203 EXPORT_SYMBOL(mlx5_core_destroy_cq);
/NextBSD/sys/dev/mlx5/
HDcq.h158 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
/NextBSD/sys/dev/mlx5/mlx5_en/
HDmlx5_en_main.c1298 mlx5_core_destroy_cq(mdev, &cq->mcq); in mlx5e_disable_cq()