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

/freebsd-10.0-release/sys/dev/altera/atse/
H A Dif_atse.c1441 static struct atse_mac_stats_regs { struct
1444 } atse_mac_stats_regs[] = { variable in typeref:struct:atse_mac_stats_regs
1618 for (i = 0; i < sizeof(atse_mac_stats_regs) /
1619 sizeof(*atse_mac_stats_regs); i++) {
1620 if (atse_mac_stats_regs[i].name == NULL ||
1621 atse_mac_stats_regs[i].descr == NULL)
1625 atse_mac_stats_regs[i].name, CTLTYPE_UINT|CTLFLAG_RD,
1627 atse_mac_stats_regs[i].descr);

Completed in 67 milliseconds