Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c151 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_core_destroy_cq() function
174 EXPORT_SYMBOL(mlx5_core_destroy_cq);
Den_main.c1660 mlx5_core_destroy_cq(cq->mdev, &cq->mcq); in mlx5e_destroy_cq()
/Linux-v5.10/include/linux/mlx5/
Dcq.h188 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dcq.c1016 mlx5_core_destroy_cq(dev->mdev, &cq->mcq); in mlx5_ib_create_cq()
1033 ret = mlx5_core_destroy_cq(dev->mdev, &mcq->mcq); in mlx5_ib_destroy_cq()
Ddevx.c1310 ret = mlx5_core_destroy_cq(obj->ib_dev->mdev, &obj->core_cq); in devx_obj_cleanup()
1452 mlx5_core_destroy_cq(obj->ib_dev->mdev, &obj->core_cq); in UVERBS_HANDLER()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c797 mlx5_core_destroy_cq(mdev, &cq->mcq); in dr_destroy_cq()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c497 mlx5_core_destroy_cq(conn->fdev->mdev, &conn->cq.mcq); in mlx5_fpga_conn_destroy_cq()
/Linux-v5.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c583 if (mlx5_core_destroy_cq(mdev, &vcq->mcq)) { in cq_destroy()