Home
last modified time | relevance | path

Searched refs:nicvf_drv_stats (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c33 .index = offsetof(struct nicvf_drv_stats, stat) / sizeof(u64), \
61 static const struct nicvf_stat nicvf_drv_stats[] = { variable
116 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()
H A Dnic.h208 struct nicvf_drv_stats { struct
365 struct nicvf_drv_stats __percpu *drv_stats;
H A Dnicvf_main.c1523 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()