Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c52 .index = offsetof(struct otx2_drv_stats, stat) / sizeof(atomic_t), \
55 static const struct otx2_stat otx2_drv_stats[] = { variable
70 static const unsigned int otx2_n_drv_stats = ARRAY_SIZE(otx2_drv_stats);
119 ethtool_puts(&data, otx2_drv_stats[stats].name); in otx2_get_strings()
199 [otx2_drv_stats[stat].index]); in otx2_get_ethtool_stats()
1395 ethtool_puts(&data, otx2_drv_stats[stats].name); in otx2vf_get_strings()
1415 [otx2_drv_stats[stat].index]); in otx2vf_get_ethtool_stats()
H A Dotx2_common.h161 struct otx2_drv_stats { struct
258 struct otx2_drv_stats drv_stats;
H A Dotx2_txrx.c269 struct otx2_drv_stats *stats = &pfvf->hw.drv_stats; in otx2_check_rcv_errors()