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

/linux-master/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 in typeref:struct:otx2_stat
68 static const unsigned int otx2_n_dev_stats = ARRAY_SIZE(otx2_dev_stats);
119 memcpy(data, otx2_dev_stats[stats].name, ETH_GSTRING_LEN);
209 [otx2_dev_stats[stat].index];
1371 memcpy(data, otx2_dev_stats[stats].name, ETH_GSTRING_LEN);
1395 [otx2_dev_stats[stat].index];
H A Dotx2_common.h150 struct otx2_dev_stats { struct
258 struct otx2_dev_stats dev_stats;
H A Dotx2_common.c105 struct otx2_dev_stats *dev_stats = &pfvf->hw.dev_stats;
130 struct otx2_dev_stats *dev_stats;

Completed in 108 milliseconds