Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_ethtool.c36 .index = offsetof(struct nicvf_drv_stats, stat) / sizeof(u64), \
64 static const struct nicvf_stat nicvf_drv_stats[] = { variable
119 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()
Dnic.h211 struct nicvf_drv_stats { struct
364 struct nicvf_drv_stats __percpu *drv_stats;
Dnicvf_main.c1487 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()