Searched refs:mlx5_core_destroy_cq (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 163 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);
|
D | en_main.c | 2032 mlx5_core_destroy_cq(cq->mdev, &cq->mcq); in mlx5e_destroy_cq()
|
/linux-6.6.21/include/linux/mlx5/ |
D | cq.h | 190 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/ |
D | aso.c | 117 mlx5_core_destroy_cq(cq->mdev, &cq->mcq); in mlx5_aso_destroy_cq()
|
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | cq.c | 1038 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()
|
D | devx.c | 1411 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/ |
D | conn.c | 495 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/ |
D | dr_send.c | 1150 mlx5_core_destroy_cq(mdev, &cq->mcq); in dr_destroy_cq()
|
/linux-6.6.21/drivers/vfio/pci/mlx5/ |
D | cmd.c | 890 mlx5_core_destroy_cq(mdev, &cq->mcq); in mlx5vf_destroy_cq()
|
/linux-6.6.21/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 620 if (mlx5_core_destroy_cq(mdev, &vcq->mcq)) { in cq_destroy()
|