Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c2137 struct mlx5_tc_ct_debugfs *ct_dbgfs = &ct_priv->debugfs; in mlx5_ct_tc_create_dbgfs() local
2139 ct_dbgfs->root = debugfs_create_dir("ct", mlx5_debugfs_get_dev_root(ct_priv->dev)); in mlx5_ct_tc_create_dbgfs()
2140 debugfs_create_atomic_t("offloaded", 0400, ct_dbgfs->root, in mlx5_ct_tc_create_dbgfs()
2141 &ct_dbgfs->stats.offloaded); in mlx5_ct_tc_create_dbgfs()
2142 debugfs_create_atomic_t("rx_dropped", 0400, ct_dbgfs->root, in mlx5_ct_tc_create_dbgfs()
2143 &ct_dbgfs->stats.rx_dropped); in mlx5_ct_tc_create_dbgfs()