Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c190 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_core_destroy_cq() function
213 EXPORT_SYMBOL(mlx5_core_destroy_cq);
H A Dwc.c152 mlx5_core_destroy_cq(cq->mdev, &cq->mcq); in mlx5_wc_destroy_cq()
H A Den_main.c2317 mlx5_core_destroy_cq(cq->mdev, &cq->mcq); in mlx5e_destroy_cq()
/linux/include/linux/mlx5/
H A Dcq.h191 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c1050 mlx5_core_destroy_cq(dev->mdev, &cq->mcq); in mlx5_ib_create_cq()
1066 return mlx5_core_destroy_cq(dev->mdev, &mcq->mcq); in mlx5_ib_pre_destroy_cq()
H A Ddevx.c1474 ret = mlx5_core_destroy_cq(obj->ib_dev->mdev, &obj->core_cq); in devx_obj_cleanup()
1636 mlx5_core_destroy_cq(obj->ib_dev->mdev, &obj->core_cq); in UVERBS_HANDLER()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dsend.c983 mlx5_core_destroy_cq(cq->mdev, &cq->mcq); in hws_send_ring_close_cq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c493 mlx5_core_destroy_cq(conn->fdev->mdev, &conn->cq.mcq); in mlx5_fpga_conn_destroy_cq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_send.c1133 mlx5_core_destroy_cq(mdev, &cq->mcq); in dr_destroy_cq()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c1089 mlx5_core_destroy_cq(mdev, &cq->mcq); in mlx5vf_destroy_cq()
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c636 if (mlx5_core_destroy_cq(mdev, &vcq->mcq)) { in cq_destroy()