Searched refs:ct_dbgfs (Results 1 – 1 of 1) sorted by relevance
2156 struct mlx5_tc_ct_debugfs *ct_dbgfs = &ct_priv->debugfs; in mlx5_ct_tc_create_dbgfs() local2158 ct_dbgfs->root = debugfs_create_dir("ct", mlx5_debugfs_get_dev_root(ct_priv->dev)); in mlx5_ct_tc_create_dbgfs()2159 debugfs_create_atomic_t("offloaded", 0400, ct_dbgfs->root, in mlx5_ct_tc_create_dbgfs()2160 &ct_dbgfs->stats.offloaded); in mlx5_ct_tc_create_dbgfs()2161 debugfs_create_atomic_t("rx_dropped", 0400, ct_dbgfs->root, in mlx5_ct_tc_create_dbgfs()2162 &ct_dbgfs->stats.rx_dropped); in mlx5_ct_tc_create_dbgfs()