Home
last modified time | relevance | path

Searched refs:mlx5_debug_qp_remove (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Ddebugfs.c513 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_remove() function
521 EXPORT_SYMBOL(mlx5_debug_qp_remove);
/linux-6.1.9/include/linux/mlx5/
Dqp.h517 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dqpc.c293 mlx5_debug_qp_remove(dev->mdev, qp); in mlx5_core_destroy_qp()