Searched refs:otx2_dev_stats (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 32 .index = offsetof(struct otx2_dev_stats, stat) / sizeof(u64), \ 35 static const struct otx2_stat otx2_dev_stats[] = { variable 65 static const unsigned int otx2_n_dev_stats = ARRAY_SIZE(otx2_dev_stats); 108 memcpy(data, otx2_dev_stats[stats].name, ETH_GSTRING_LEN); in otx2_get_strings() 173 [otx2_dev_stats[stat].index]; in otx2_get_ethtool_stats() 754 memcpy(data, otx2_dev_stats[stats].name, ETH_GSTRING_LEN); in otx2vf_get_strings() 778 [otx2_dev_stats[stat].index]; in otx2vf_get_ethtool_stats()
|
H A D | otx2_common.h | 117 struct otx2_dev_stats { struct 196 struct otx2_dev_stats dev_stats;
|
H A D | otx2_common.c | 87 struct otx2_dev_stats *dev_stats = &pfvf->hw.dev_stats; in otx2_get_dev_stats() 117 struct otx2_dev_stats *dev_stats; in otx2_get_stats64()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 30 .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); 119 memcpy(data, otx2_dev_stats[stats].name, ETH_GSTRING_LEN); in otx2_get_strings() 209 [otx2_dev_stats[stat].index]; in otx2_get_ethtool_stats() 1380 memcpy(data, otx2_dev_stats[stats].name, ETH_GSTRING_LEN); in otx2vf_get_strings() 1404 [otx2_dev_stats[stat].index]; in otx2vf_get_ethtool_stats()
|
H A D | otx2_common.h | 150 struct otx2_dev_stats { struct 258 struct otx2_dev_stats dev_stats;
|
H A D | otx2_common.c | 105 struct otx2_dev_stats *dev_stats = &pfvf->hw.dev_stats; in otx2_get_dev_stats() 130 struct otx2_dev_stats *dev_stats; in otx2_get_stats64()
|
Completed in 11 milliseconds