Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c163 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_core_destroy_cq() function
186 EXPORT_SYMBOL(mlx5_core_destroy_cq);
Den_main.c2032 mlx5_core_destroy_cq(cq->mdev, &cq->mcq); in mlx5e_destroy_cq()
/linux-6.6.21/include/linux/mlx5/
Dcq.h190 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/
Daso.c117 mlx5_core_destroy_cq(cq->mdev, &cq->mcq); in mlx5_aso_destroy_cq()
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dcq.c1038 mlx5_core_destroy_cq(dev->mdev, &cq->mcq); in mlx5_ib_create_cq()
1055 ret = mlx5_core_destroy_cq(dev->mdev, &mcq->mcq); in mlx5_ib_destroy_cq()
Ddevx.c1411 ret = mlx5_core_destroy_cq(obj->ib_dev->mdev, &obj->core_cq); in devx_obj_cleanup()
1573 mlx5_core_destroy_cq(obj->ib_dev->mdev, &obj->core_cq); in UVERBS_HANDLER()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c495 mlx5_core_destroy_cq(conn->fdev->mdev, &conn->cq.mcq); in mlx5_fpga_conn_destroy_cq()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c1150 mlx5_core_destroy_cq(mdev, &cq->mcq); in dr_destroy_cq()
/linux-6.6.21/drivers/vfio/pci/mlx5/
Dcmd.c890 mlx5_core_destroy_cq(mdev, &cq->mcq); in mlx5vf_destroy_cq()
/linux-6.6.21/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c620 if (mlx5_core_destroy_cq(mdev, &vcq->mcq)) { in cq_destroy()