nicvf_hw_stats
struct nicvf_hw_stats hw_stats;
static const unsigned int nicvf_n_hw_stats = ARRAY_SIZE(nicvf_hw_stats);
memcpy(data, nicvf_hw_stats[stats].name, ETH_GSTRING_LEN);
.index = offsetof(struct nicvf_hw_stats, stat) / sizeof(u64), \
[nicvf_hw_stats[stat].index];
static const struct nicvf_stat nicvf_hw_stats[] = {
struct nicvf_hw_stats *stats = &nic->hw_stats;
struct nicvf_hw_stats *hw_stats = &nic->hw_stats;