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

/freebsd-13-stable/sys/dev/altera/atse/
H A Dif_atse.c1053 static struct atse_mac_stats_regs { struct
1056 } atse_mac_stats_regs[] = { variable in typeref:struct:atse_mac_stats_regs
1231 for (i = 0; i < nitems(atse_mac_stats_regs); i++) {
1232 if (atse_mac_stats_regs[i].name == NULL ||
1233 atse_mac_stats_regs[i].descr == NULL) {
1238 atse_mac_stats_regs[i].name,
1241 atse_mac_stats_regs[i].descr);

Completed in 34 milliseconds