hellcreek_counter
ARRAY_SIZE(hellcreek_counter),
for (i = 0; i < ARRAY_SIZE(hellcreek_counter); ++i)
ethtool_puts(&data, hellcreek_counter[i].name);
static const struct hellcreek_counter hellcreek_counter[] = {
return ARRAY_SIZE(hellcreek_counter);
for (i = 0; i < ARRAY_SIZE(hellcreek_counter); ++i) {
const struct hellcreek_counter *counter = &hellcreek_counter[i];