Searched refs:nicvf_drv_stats (Results 1 – 3 of 3) sorted by relevance
33 .index = offsetof(struct nicvf_drv_stats, stat) / sizeof(u64), \61 static const struct nicvf_stat nicvf_drv_stats[] = { variable116 static const unsigned int nicvf_n_drv_stats = ARRAY_SIZE(nicvf_drv_stats);249 memcpy(data, nicvf_drv_stats[stats].name, ETH_GSTRING_LEN); in nicvf_get_strings()340 [nicvf_drv_stats[stat].index]; in nicvf_get_ethtool_stats()
208 struct nicvf_drv_stats { struct365 struct nicvf_drv_stats __percpu *drv_stats;
1523 sizeof(struct nicvf_drv_stats)); in nicvf_open()1661 struct nicvf_drv_stats *drv_stats; in nicvf_update_stats()2170 nic->drv_stats = netdev_alloc_pcpu_stats(struct nicvf_drv_stats); in nicvf_probe()