Searched refs:ct_dbgfs (Results 1 – 1 of 1) sorted by relevance
2084 struct mlx5_tc_ct_debugfs *ct_dbgfs = &ct_priv->debugfs; in mlx5_ct_tc_create_dbgfs() local2090 ct_dbgfs->root = debugfs_create_dir(dirname, mlx5_debugfs_get_dev_root(ct_priv->dev)); in mlx5_ct_tc_create_dbgfs()2091 debugfs_create_atomic_t("offloaded", 0400, ct_dbgfs->root, in mlx5_ct_tc_create_dbgfs()2092 &ct_dbgfs->stats.offloaded); in mlx5_ct_tc_create_dbgfs()2093 debugfs_create_atomic_t("rx_dropped", 0400, ct_dbgfs->root, in mlx5_ct_tc_create_dbgfs()2094 &ct_dbgfs->stats.rx_dropped); in mlx5_ct_tc_create_dbgfs()