Home
last modified time | relevance | path

Searched refs:mlx5_debugfs_get_dev_root (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/vdpa/mlx5/net/
H A Ddebug.c144 mlx5_debugfs_get_dev_root(mdev)); in mlx5_vdpa_add_debugfs()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Ddebugfs.c168 dbg = debugfs_create_dir("lag", mlx5_debugfs_get_dev_root(dev)); in mlx5_ldev_add_debugfs()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c101 struct dentry *mlx5_debugfs_get_dev_root(struct mlx5_core_dev *dev) in mlx5_debugfs_get_dev_root() function
105 EXPORT_SYMBOL(mlx5_debugfs_get_dev_root);
H A Den_rep.c932 mlx5_debugfs_get_dev_root(mdev)); in mlx5e_init_ul_rep()
H A Deswitch.c1865 esw->debugfs_root = debugfs_create_dir("esw", mlx5_debugfs_get_dev_root(dev)); in mlx5_eswitch_init()
H A Dcmd.c1590 dbg->dbg_root = debugfs_create_dir("cmd", mlx5_debugfs_get_dev_root(dev)); in create_debugfs_files()
H A Den_main.c5677 mlx5_debugfs_get_dev_root(mdev)); in mlx5e_nic_init()
/linux/drivers/infiniband/hw/mlx5/
H A Dcong.c458 dbg_cc_params->root = debugfs_create_dir("cc_params", mlx5_debugfs_get_dev_root(mdev)); in mlx5_ib_init_cong_debugfs()
H A Dmr.c831 struct dentry *dbg_root = mlx5_debugfs_get_dev_root(dev->mdev); in mlx5_mkey_cache_debugfs_init()
H A Dmain.c4442 root = debugfs_create_dir("delay_drop", mlx5_debugfs_get_dev_root(dev->mdev)); in mlx5_ib_stage_delay_drop_init()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsd.c451 sd->dfs = debugfs_create_dir("multi-pf", mlx5_debugfs_get_dev_root(primary)); in mlx5_sd_init()
/linux/include/linux/mlx5/
H A Ddriver.h1060 struct dentry *mlx5_debugfs_get_dev_root(struct mlx5_core_dev *dev);
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c2158 ct_dbgfs->root = debugfs_create_dir("ct", mlx5_debugfs_get_dev_root(ct_priv->dev)); in mlx5_ct_tc_create_dbgfs()