Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c44 static const struct e1000_stats e1000_gstrings_stats[] = { variable
100 #define E1000_GLOBAL_STATS_LEN ARRAY_SIZE(e1000_gstrings_stats)
2073 switch (e1000_gstrings_stats[i].type) { in e1000_get_ethtool_stats()
2076 e1000_gstrings_stats[i].stat_offset; in e1000_get_ethtool_stats()
2080 e1000_gstrings_stats[i].stat_offset; in e1000_get_ethtool_stats()
2087 data[i] = (e1000_gstrings_stats[i].sizeof_stat == in e1000_get_ethtool_stats()
2104 memcpy(p, e1000_gstrings_stats[i].stat_string, in e1000_get_strings()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c44 static const struct e1000_stats e1000_gstrings_stats[] = { variable
100 #define E1000_GLOBAL_STATS_LEN ARRAY_SIZE(e1000_gstrings_stats)
2095 switch (e1000_gstrings_stats[i].type) { in e1000_get_ethtool_stats()
2098 e1000_gstrings_stats[i].stat_offset; in e1000_get_ethtool_stats()
2102 e1000_gstrings_stats[i].stat_offset; in e1000_get_ethtool_stats()
2109 data[i] = (e1000_gstrings_stats[i].sizeof_stat == in e1000_get_ethtool_stats()
2126 memcpy(p, e1000_gstrings_stats[i].stat_string, in e1000_get_strings()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c26 static const struct e1000_stats e1000_gstrings_stats[] = { variable
76 #define E1000_GLOBAL_STATS_LEN ARRAY_SIZE(e1000_gstrings_stats)
1804 const struct e1000_stats *stat = e1000_gstrings_stats; in e1000_get_ethtool_stats()
1843 memcpy(p, e1000_gstrings_stats[i].stat_string, in e1000_get_strings()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c26 static const struct e1000_stats e1000_gstrings_stats[] = { variable
76 #define E1000_GLOBAL_STATS_LEN ARRAY_SIZE(e1000_gstrings_stats)
1812 const struct e1000_stats *stat = e1000_gstrings_stats; in e1000_get_ethtool_stats()
1851 memcpy(p, e1000_gstrings_stats[i].stat_string, in e1000_get_strings()

Completed in 11 milliseconds