Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c526 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_add() function
541 EXPORT_SYMBOL(mlx5_debug_qp_add);
/openbmc/linux/include/linux/mlx5/
H A Dqp.h529 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqpc.c252 mlx5_debug_qp_add(dev->mdev, qp); in mlx5_qpc_create_qp()