Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c51 .index = offsetof(struct otx2_drv_stats, stat) / sizeof(atomic_t), \
54 static const struct otx2_stat otx2_drv_stats[] = { variable
69 static const unsigned int otx2_n_drv_stats = ARRAY_SIZE(otx2_drv_stats);
118 memcpy(data, otx2_drv_stats[stats].name, ETH_GSTRING_LEN); in otx2_get_strings()
207 [otx2_drv_stats[stat].index]); in otx2_get_ethtool_stats()
1336 memcpy(data, otx2_drv_stats[stats].name, ETH_GSTRING_LEN); in otx2vf_get_strings()
1359 [otx2_drv_stats[stat].index]); in otx2vf_get_ethtool_stats()
Dotx2_common.h162 struct otx2_drv_stats { struct
236 struct otx2_drv_stats drv_stats;
Dotx2_txrx.c278 struct otx2_drv_stats *stats = &pfvf->hw.drv_stats; in otx2_check_rcv_errors()