Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/cavium/thunder/
Dnicvf_ethtool.c28 .index = offsetof(struct nicvf_hw_stats, stat) / sizeof(u64), \
36 static const struct nicvf_stat nicvf_hw_stats[] = { variable
115 static const unsigned int nicvf_n_hw_stats = ARRAY_SIZE(nicvf_hw_stats);
244 memcpy(data, nicvf_hw_stats[stats].name, ETH_GSTRING_LEN); in nicvf_get_strings()
335 [nicvf_hw_stats[stat].index]; in nicvf_get_ethtool_stats()
Dnic.h182 struct nicvf_hw_stats { struct
364 struct nicvf_hw_stats hw_stats;
Dnicvf_main.c1660 struct nicvf_hw_stats *stats = &nic->hw_stats; in nicvf_update_stats()
1723 struct nicvf_hw_stats *hw_stats = &nic->hw_stats; in nicvf_get_stats64()