Searched refs:ct_dbgfs (Results 1 – 1 of 1) sorted by relevance
2138 struct mlx5_tc_ct_debugfs *ct_dbgfs = &ct_priv->debugfs; in mlx5_ct_tc_create_dbgfs() local2140 ct_dbgfs->root = debugfs_create_dir("ct", mlx5_debugfs_get_dev_root(ct_priv->dev)); in mlx5_ct_tc_create_dbgfs()2141 debugfs_create_atomic_t("offloaded", 0400, ct_dbgfs->root, in mlx5_ct_tc_create_dbgfs()2142 &ct_dbgfs->stats.offloaded); in mlx5_ct_tc_create_dbgfs()2143 debugfs_create_atomic_t("rx_dropped", 0400, ct_dbgfs->root, in mlx5_ct_tc_create_dbgfs()2144 &ct_dbgfs->stats.rx_dropped); in mlx5_ct_tc_create_dbgfs()