Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c155 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_core_destroy_cq() function
179 EXPORT_SYMBOL(mlx5_core_destroy_cq);
Den_main.c1628 mlx5_core_destroy_cq(cq->mdev, &cq->mcq); in mlx5e_destroy_cq()
/drivers/infiniband/hw/mlx5/
Dcq.c983 mlx5_core_destroy_cq(dev->mdev, &cq->mcq); in mlx5_ib_create_cq()
999 mlx5_core_destroy_cq(dev->mdev, &mcq->mcq); in mlx5_ib_destroy_cq()
Ddevx.c1356 ret = mlx5_core_destroy_cq(obj->ib_dev->mdev, &obj->core_cq); in devx_obj_cleanup()
1492 mlx5_core_destroy_cq(obj->ib_dev->mdev, &obj->core_cq); in UVERBS_HANDLER()
/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c779 mlx5_core_destroy_cq(mdev, &cq->mcq); in dr_destroy_cq()
/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c516 mlx5_core_destroy_cq(conn->fdev->mdev, &conn->cq.mcq); in mlx5_fpga_conn_destroy_cq()