Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ethtool.c87 #define XGENE_EXTD_STATS_LEN ARRAY_SIZE(gstrings_extd_stats) macro
202 for (i = 0; i < XGENE_EXTD_STATS_LEN; i++) { in xgene_get_strings()
213 return XGENE_STATS_LEN + XGENE_EXTD_STATS_LEN; in xgene_get_sset_count()
222 for (i = 0; i < XGENE_EXTD_STATS_LEN; i++) { in xgene_get_extd_stats()
253 XGENE_EXTD_STATS_LEN, sizeof(u64), GFP_KERNEL); in xgene_extd_stats_init()
258 memset(pdata->extd_stats, 0, XGENE_EXTD_STATS_LEN * sizeof(u64)); in xgene_extd_stats_init()
276 for (i = 0; i < XGENE_EXTD_STATS_LEN; i++) in xgene_get_ethtool_stats()