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

/freebsd-10-stable/sys/dev/altera/atse/
H A Dif_atse.c1553 static struct atse_mac_stats_regs { struct
1556 } atse_mac_stats_regs[] = { variable in typeref:struct:atse_mac_stats_regs
1730 for (i = 0; i < sizeof(atse_mac_stats_regs) /
1731 sizeof(*atse_mac_stats_regs); i++) {
1732 if (atse_mac_stats_regs[i].name == NULL ||
1733 atse_mac_stats_regs[i].descr == NULL)
1737 atse_mac_stats_regs[i].name, CTLTYPE_UINT|CTLFLAG_RD,
1739 atse_mac_stats_regs[i].descr);

Completed in 48 milliseconds