a5psw_stats
static const struct a5psw_stats a5psw_stats[] = {
for (u = 0; u < ARRAY_SIZE(a5psw_stats); u++)
ethtool_puts(&data, a5psw_stats[u].name);
for (u = 0; u < ARRAY_SIZE(a5psw_stats); u++)
data[u] = a5psw_read_stat(a5psw, a5psw_stats[u].offset, port);
return ARRAY_SIZE(a5psw_stats);