Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c358 int mlx5_core_destroy_qp(struct mlx5_core_dev *dev, in mlx5_core_destroy_qp() function
379 EXPORT_SYMBOL_GPL(mlx5_core_destroy_qp);
/Linux-v5.4/include/linux/mlx5/
Dqp.h572 int mlx5_core_destroy_qp(struct mlx5_core_dev *dev,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c256 mlx5_core_destroy_qp(mdev, qp); in mlx5i_destroy_underlay_qp()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c206 mlx5_core_destroy_qp(mdev, &dr_qp->mqp); in dr_destroy_qp()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c661 mlx5_core_destroy_qp(conn->fdev->mdev, &conn->qp.mqp); in mlx5_fpga_conn_destroy_qp()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dqp.c2495 err = mlx5_core_destroy_qp(dev->mdev, &base->mqp); in destroy_qp_common()