Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dfec.c77 if (stats->lanes[0] == ETHTOOL_STAT_NOT_SET) { in fec_stats_recalc()
79 grp->cnt = stats->total != ETHTOOL_STAT_NOT_SET; in fec_stats_recalc()
86 if (stats->lanes[i] == ETHTOOL_STAT_NOT_SET) in fec_stats_recalc()
196 if (WARN_ON_ONCE(values[i].sum == ETHTOOL_STAT_NOT_SET && in fec_put_hist()
197 values[i].per_lane[0] == ETHTOOL_STAT_NOT_SET)) in fec_put_hist()
211 if (values[i].per_lane[j] == ETHTOOL_STAT_NOT_SET) in fec_put_hist()
216 values[i].sum == ETHTOOL_STAT_NOT_SET ? in fec_put_hist()
H A Dlinkstate.c173 if (data->link_stats.link_down_events != ETHTOOL_STAT_NOT_SET) in linkstate_reply_size()
209 if (data->link_stats.link_down_events != ETHTOOL_STAT_NOT_SET) in linkstate_fill_reply()
H A Dstats.c245 if (val == ETHTOOL_STAT_NOT_SET) in stat_put()
378 if (hist[i] == ETHTOOL_STAT_NOT_SET) in stats_put_rmon_hist()
500 if (a == ETHTOOL_STAT_NOT_SET) in ethtool_stats_sum()
502 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.c87 if (val == ETHTOOL_STAT_NOT_SET) in mm_put_stat()
H A Dtsinfo.c178 if (val == ETHTOOL_STAT_NOT_SET) in tsinfo_put_stat()
/linux/include/linux/
H A Dethtool.h416 #define ETHTOOL_STAT_NOT_SET (~0ULL) macro
421 stats[n] = ETHTOOL_STAT_NOT_SET; in ethtool_stats_init()
/linux/net/psp/
H A Dpsp_nl.c522 if (WARN_ON_ONCE(stats.required[i] == ETHTOOL_STAT_NOT_SET)) in psp_nl_stats_fill()