Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A 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()
H A Dlinkstate.c151 if (data->link_stats.link_down_events != ETHTOOL_STAT_NOT_SET) in linkstate_reply_size()
186 if (data->link_stats.link_down_events != ETHTOOL_STAT_NOT_SET) in linkstate_fill_reply()
H A Dstats.c212 if (val == ETHTOOL_STAT_NOT_SET) in stat_put()
326 if (hist[i] == ETHTOOL_STAT_NOT_SET) in stats_put_rmon_hist()
445 if (a == ETHTOOL_STAT_NOT_SET) in ethtool_stats_sum()
447 if (b == ETHTOOL_STAT_NOT_SET) in ethtool_stats_sum()
H A Dpause.c109 if (val == ETHTOOL_STAT_NOT_SET) in ethtool_put_stat()
H A Dmm.c86 if (val == ETHTOOL_STAT_NOT_SET) in mm_put_stat()
/openbmc/linux/include/linux/
H A Dethtool.h308 #define ETHTOOL_STAT_NOT_SET (~0ULL) macro
313 stats[n] = ETHTOOL_STAT_NOT_SET; in ethtool_stats_init()