Searched refs:e1000_gstrings_stats (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c55 static const struct e1000_stats e1000_gstrings_stats[] = { variable in typeref:struct:e1000_stats
110 #define E1000_GLOBAL_STATS_LEN ARRAY_SIZE(e1000_gstrings_stats)
2043 switch (e1000_gstrings_stats[i].type) { e1000_get_ethtool_stats()
2046 e1000_gstrings_stats[i].stat_offset; e1000_get_ethtool_stats()
2050 e1000_gstrings_stats[i].stat_offset; e1000_get_ethtool_stats()
2057 data[i] = (e1000_gstrings_stats[i].sizeof_stat == e1000_get_ethtool_stats()
2074 memcpy(p, e1000_gstrings_stats[i].stat_string, e1000_get_strings()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c46 static const struct e1000_stats e1000_gstrings_stats[] = { variable in typeref:struct:e1000_stats
96 #define E1000_GLOBAL_STATS_LEN ARRAY_SIZE(e1000_gstrings_stats)
1831 const struct e1000_stats *stat = e1000_gstrings_stats; e1000_get_ethtool_stats()
1870 memcpy(p, e1000_gstrings_stats[i].stat_string, e1000_get_strings()

Completed in 117 milliseconds