Searched refs:nicvf_drv_stats (Results 1 – 3 of 3) sorted by relevance
36 .index = offsetof(struct nicvf_drv_stats, stat) / sizeof(u64), \64 static const struct nicvf_stat nicvf_drv_stats[] = { variable119 static const unsigned int nicvf_n_drv_stats = ARRAY_SIZE(nicvf_drv_stats);253 memcpy(data, nicvf_drv_stats[stats].name, ETH_GSTRING_LEN); in nicvf_get_strings()344 [nicvf_drv_stats[stat].index]; in nicvf_get_ethtool_stats()
211 struct nicvf_drv_stats { struct364 struct nicvf_drv_stats __percpu *drv_stats;
1487 sizeof(struct nicvf_drv_stats)); in nicvf_open()1610 struct nicvf_drv_stats *drv_stats; in nicvf_update_stats()2128 nic->drv_stats = netdev_alloc_pcpu_stats(struct nicvf_drv_stats); in nicvf_probe()