Searched refs:stats_mode (Results 1 – 2 of 2) sorted by relevance
269 u32 stats_mode = ugeth->ug_info->statisticsMode; in uec_get_sset_count() local274 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) in uec_get_sset_count()276 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) in uec_get_sset_count()278 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX) in uec_get_sset_count()291 u32 stats_mode = ugeth->ug_info->statisticsMode; in uec_get_strings() local293 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) { in uec_get_strings()298 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) { in uec_get_strings()303 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX) in uec_get_strings()312 u32 stats_mode = ugeth->ug_info->statisticsMode; in uec_get_ethtool_stats() local316 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) { in uec_get_ethtool_stats()[all …]
65 bool stats_mode; member828 if (rep->stats_mode) in __cmd_report()840 if (rep->stats_mode) in __cmd_report()1002 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report()1276 if (report.stats_mode || report.tasks_mode) in cmd_report()1278 if (report.stats_mode && report.tasks_mode) { in cmd_report()1305 !report.stats_mode && !report.tasks_mode) { in cmd_report()