Home
last modified time | relevance | path

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

/linux-6.1.9/net/ethtool/
Dfec.c76 if (stats->lanes[0] == ETHTOOL_STAT_NOT_SET) { in fec_stats_recalc()
78 grp->cnt = stats->total != ETHTOOL_STAT_NOT_SET; in fec_stats_recalc()
85 if (stats->lanes[i] == ETHTOOL_STAT_NOT_SET) in fec_stats_recalc()
Dstats.c186 if (val == ETHTOOL_STAT_NOT_SET) in stat_put()
300 if (hist[i] == ETHTOOL_STAT_NOT_SET) in stats_put_rmon_hist()
Dpause.c66 if (val == ETHTOOL_STAT_NOT_SET) in ethtool_put_stat()
/linux-6.1.9/include/linux/
Dethtool.h278 #define ETHTOOL_STAT_NOT_SET (~0ULL) macro
283 stats[n] = ETHTOOL_STAT_NOT_SET; in ethtool_stats_init()