Lines Matching defs:GM_MIB_CNT_BASE

1702 #define GM_MIB_CNT_BASE	0x0100	/* Base Address of MIB Counters */
1710 (GM_MIB_CNT_BASE + 0) /* Unicast Frames Received OK */
1712 (GM_MIB_CNT_BASE + 8) /* Broadcast Frames Received OK */
1714 (GM_MIB_CNT_BASE + 16) /* Pause MAC Ctrl Frames Received */
1716 (GM_MIB_CNT_BASE + 24) /* Multicast Frames Received OK */
1718 (GM_MIB_CNT_BASE + 32) /* Rx Frame Check Seq. Error */
1720 (GM_MIB_CNT_BASE + 40) /* Rx spare 1 */
1722 (GM_MIB_CNT_BASE + 48) /* Octets Received OK Low */
1724 (GM_MIB_CNT_BASE + 56) /* Octets Received OK High */
1726 (GM_MIB_CNT_BASE + 64) /* Octets Received Invalid Low */
1728 (GM_MIB_CNT_BASE + 72) /* Octets Received Invalid High */
1730 (GM_MIB_CNT_BASE + 80) /* Frames <64 Byte Received OK */
1732 (GM_MIB_CNT_BASE + 88) /* Frames <64 Byte Received with FCS Err */
1734 (GM_MIB_CNT_BASE + 96) /* 64 Byte Rx Frame */
1736 (GM_MIB_CNT_BASE + 104) /* 65-127 Byte Rx Frame */
1738 (GM_MIB_CNT_BASE + 112) /* 128-255 Byte Rx Frame */
1740 (GM_MIB_CNT_BASE + 120) /* 256-511 Byte Rx Frame */
1742 (GM_MIB_CNT_BASE + 128) /* 512-1023 Byte Rx Frame */
1744 (GM_MIB_CNT_BASE + 136) /* 1024-1518 Byte Rx Frame */
1746 (GM_MIB_CNT_BASE + 144) /* 1519-MaxSize Byte Rx Frame */
1748 (GM_MIB_CNT_BASE + 152) /* Rx Frame too Long Error */
1750 (GM_MIB_CNT_BASE + 160) /* Rx Jabber Packet Frame */
1752 (GM_MIB_CNT_BASE + 168) /* Rx spare 2 */
1754 (GM_MIB_CNT_BASE + 176) /* Rx FIFO overflow Event */
1756 (GM_MIB_CNT_BASE + 184) /* Rx spare 3 */
1758 (GM_MIB_CNT_BASE + 192) /* Unicast Frames Xmitted OK */
1760 (GM_MIB_CNT_BASE + 200) /* Broadcast Frames Xmitted OK */
1762 (GM_MIB_CNT_BASE + 208) /* Pause MAC Ctrl Frames Xmitted */
1764 (GM_MIB_CNT_BASE + 216) /* Multicast Frames Xmitted OK */
1766 (GM_MIB_CNT_BASE + 224) /* Octets Transmitted OK Low */
1768 (GM_MIB_CNT_BASE + 232) /* Octets Transmitted OK High */
1770 (GM_MIB_CNT_BASE + 240) /* 64 Byte Tx Frame */
1772 (GM_MIB_CNT_BASE + 248) /* 65-127 Byte Tx Frame */
1774 (GM_MIB_CNT_BASE + 256) /* 128-255 Byte Tx Frame */
1776 (GM_MIB_CNT_BASE + 264) /* 256-511 Byte Tx Frame */
1778 (GM_MIB_CNT_BASE + 272) /* 512-1023 Byte Tx Frame */
1780 (GM_MIB_CNT_BASE + 280) /* 1024-1518 Byte Tx Frame */
1782 (GM_MIB_CNT_BASE + 288) /* 1519-MaxSize Byte Tx Frame */
1784 (GM_MIB_CNT_BASE + 296) /* Tx spare 1 */
1786 (GM_MIB_CNT_BASE + 304) /* Tx Collision */
1788 (GM_MIB_CNT_BASE + 312) /* Tx Late Collision */
1790 (GM_MIB_CNT_BASE + 320) /* Tx aborted due to Exces. Col. */
1792 (GM_MIB_CNT_BASE + 328) /* Tx Multiple Collision */
1794 (GM_MIB_CNT_BASE + 336) /* Tx Single Collision */
1796 (GM_MIB_CNT_BASE + 344) /* Tx FIFO Underrun Event */