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

/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_ethtool.c40 static const struct sxgbe_stats sxgbe_gstrings_stats[] = { variable in typeref:struct:sxgbe_stats
136 #define SXGBE_STATS_LEN ARRAY_SIZE(sxgbe_gstrings_stats)
226 memcpy(p, sxgbe_gstrings_stats[i].stat_string, sxgbe_get_strings()
265 p = (char *)priv + sxgbe_gstrings_stats[i].stat_offset; sxgbe_get_ethtool_stats()
266 data[i] = (sxgbe_gstrings_stats[i].sizeof_stat == sizeof(u64)) sxgbe_get_ethtool_stats()

Completed in 63 milliseconds