Searched refs:add_res_tree (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | debugfs.c | 470 static int add_res_tree(struct mlx5_core_dev *dev, enum dbg_rsc_type type, in add_res_tree() function 527 err = add_res_tree(dev, MLX5_DBG_RSC_QP, dev->priv.qp_debugfs, in mlx5_debug_qp_add() 552 err = add_res_tree(dev, MLX5_DBG_RSC_EQ, dev->priv.eq_debugfs, in mlx5_debug_eq_add() 577 err = add_res_tree(dev, MLX5_DBG_RSC_CQ, dev->priv.cq_debugfs, in mlx5_debug_cq_add()
|