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

/linux-master/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++) {
213 return XGENE_STATS_LEN + XGENE_EXTD_STATS_LEN;
222 for (i = 0; i < XGENE_EXTD_STATS_LEN; i++) {
253 XGENE_EXTD_STATS_LEN, sizeof(u64), GFP_KERNEL);
258 memset(pdata->extd_stats, 0, XGENE_EXTD_STATS_LEN * sizeof(u64));
276 for (i = 0; i < XGENE_EXTD_STATS_LEN; i++)

Completed in 149 milliseconds