Searched refs:gstrings_stats (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/apm/xgene-v2/ |
A D | ethtool.c | 20 static const struct xge_gstrings_stats gstrings_stats[] = { variable 71 #define XGE_STATS_LEN ARRAY_SIZE(gstrings_stats) 104 memcpy(p, gstrings_stats[i].name, ETH_GSTRING_LEN); in xge_get_strings() 130 *data++ = *(u64 *)(pdata + gstrings_stats[i].offset); in xge_get_ethtool_stats()
|
/linux-6.3-rc2/drivers/net/ethernet/apm/xgene/ |
A D | xgene_enet_ethtool.c | 26 static const struct xgene_gstrings_stats gstrings_stats[] = { variable 86 #define XGENE_STATS_LEN ARRAY_SIZE(gstrings_stats) 198 memcpy(p, gstrings_stats[i].name, ETH_GSTRING_LEN); in xgene_get_strings() 273 data[i] = *(u64 *)((char *)&stats + gstrings_stats[i].offset); in xgene_get_ethtool_stats()
|
/linux-6.3-rc2/drivers/net/ethernet/renesas/ |
A D | ravb_main.c | 1603 memcpy(data, info->gstrings_stats, info->gstrings_size); in ravb_get_strings() 2431 .gstrings_stats = ravb_gstrings_stats, 2457 .gstrings_stats = ravb_gstrings_stats, 2480 .gstrings_stats = ravb_gstrings_stats, 2505 .gstrings_stats = ravb_gstrings_stats_gbeth,
|
A D | ravb.h | 1023 const char (*gstrings_stats)[ETH_GSTRING_LEN]; member
|
Completed in 20 milliseconds