nicvf_hw_stats    364 drivers/net/ethernet/cavium/thunder/nic.h 	struct nicvf_hw_stats   hw_stats;
nicvf_hw_stats     28 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	.index = offsetof(struct nicvf_hw_stats, stat) / sizeof(u64), \
nicvf_hw_stats     36 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c static const struct nicvf_stat nicvf_hw_stats[] = {
nicvf_hw_stats    115 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c static const unsigned int nicvf_n_hw_stats = ARRAY_SIZE(nicvf_hw_stats);
nicvf_hw_stats    245 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 		memcpy(data, nicvf_hw_stats[stats].name, ETH_GSTRING_LEN);
nicvf_hw_stats    336 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 				[nicvf_hw_stats[stat].index];
nicvf_hw_stats   1666 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	struct nicvf_hw_stats *stats = &nic->hw_stats;
nicvf_hw_stats   1729 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	struct nicvf_hw_stats *hw_stats = &nic->hw_stats;