Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c30 .index = offsetof(struct otx2_dev_stats, stat) / sizeof(u64), \
38 static const struct otx2_stat otx2_dev_stats[] = { variable
68 static const unsigned int otx2_n_dev_stats = ARRAY_SIZE(otx2_dev_stats);
115 ethtool_puts(&data, otx2_dev_stats[stats].name); in otx2_get_strings()
194 [otx2_dev_stats[stat].index]; in otx2_get_ethtool_stats()
1368 ethtool_puts(&data, otx2_dev_stats[stats].name); in otx2vf_get_strings()
1387 [otx2_dev_stats[stat].index]; in otx2vf_get_ethtool_stats()
H A Dotx2_common.h138 struct otx2_dev_stats { struct
250 struct otx2_dev_stats dev_stats;
H A Dotx2_common.c115 struct otx2_dev_stats *dev_stats = &pfvf->hw.dev_stats; in otx2_get_dev_stats()
140 struct otx2_dev_stats *dev_stats; in otx2_get_stats64()