Home
last modified time | relevance | path

Searched refs:cq_debugfs (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Ddebugfs.c252 dev->priv.cq_debugfs = debugfs_create_dir("CQs", dev->priv.dbg_root); in mlx5_cq_debugfs_init()
253 if (!dev->priv.cq_debugfs) in mlx5_cq_debugfs_init()
264 debugfs_remove_recursive(dev->priv.cq_debugfs); in mlx5_cq_debugfs_cleanup()
577 err = add_res_tree(dev, MLX5_DBG_RSC_CQ, dev->priv.cq_debugfs, in mlx5_debug_cq_add()
/Linux-v4.19/include/linux/mlx5/
Ddriver.h669 struct dentry *cq_debugfs; member