GM_MIB_CNT_BASE
result = MSK_READ_MIB32(sc_if->msk_port, GM_MIB_CNT_BASE + off * 2);
result = MSK_READ_MIB64(sc_if->msk_port, GM_MIB_CNT_BASE + off * 2);
(GM_MIB_CNT_BASE + 0) /* Unicast Frames Received OK */
(GM_MIB_CNT_BASE + 8) /* Broadcast Frames Received OK */
(GM_MIB_CNT_BASE + 16) /* Pause MAC Ctrl Frames Received */
(GM_MIB_CNT_BASE + 24) /* Multicast Frames Received OK */
(GM_MIB_CNT_BASE + 32) /* Rx Frame Check Seq. Error */
(GM_MIB_CNT_BASE + 40) /* Rx spare 1 */
(GM_MIB_CNT_BASE + 48) /* Octets Received OK Low */
(GM_MIB_CNT_BASE + 56) /* Octets Received OK High */
(GM_MIB_CNT_BASE + 64) /* Octets Received Invalid Low */
(GM_MIB_CNT_BASE + 72) /* Octets Received Invalid High */
(GM_MIB_CNT_BASE + 80) /* Frames <64 Byte Received OK */
(GM_MIB_CNT_BASE + 88) /* Frames <64 Byte Received with FCS Err */
(GM_MIB_CNT_BASE + 96) /* 64 Byte Rx Frame */
(GM_MIB_CNT_BASE + 104) /* 65-127 Byte Rx Frame */
(GM_MIB_CNT_BASE + 112) /* 128-255 Byte Rx Frame */
(GM_MIB_CNT_BASE + 120) /* 256-511 Byte Rx Frame */
(GM_MIB_CNT_BASE + 128) /* 512-1023 Byte Rx Frame */
(GM_MIB_CNT_BASE + 136) /* 1024-1518 Byte Rx Frame */
(GM_MIB_CNT_BASE + 144) /* 1519-MaxSize Byte Rx Frame */
(GM_MIB_CNT_BASE + 152) /* Rx Frame too Long Error */
(GM_MIB_CNT_BASE + 160) /* Rx Jabber Packet Frame */
(GM_MIB_CNT_BASE + 168) /* Rx spare 2 */
(GM_MIB_CNT_BASE + 176) /* Rx FIFO overflow Event */
(GM_MIB_CNT_BASE + 184) /* Rx spare 3 */
(GM_MIB_CNT_BASE + 192) /* Unicast Frames Xmitted OK */
(GM_MIB_CNT_BASE + 200) /* Broadcast Frames Xmitted OK */
(GM_MIB_CNT_BASE + 208) /* Pause MAC Ctrl Frames Xmitted */
(GM_MIB_CNT_BASE + 216) /* Multicast Frames Xmitted OK */
(GM_MIB_CNT_BASE + 224) /* Octets Transmitted OK Low */
(GM_MIB_CNT_BASE + 232) /* Octets Transmitted OK High */
(GM_MIB_CNT_BASE + 240) /* 64 Byte Tx Frame */
(GM_MIB_CNT_BASE + 248) /* 65-127 Byte Tx Frame */
(GM_MIB_CNT_BASE + 256) /* 128-255 Byte Tx Frame */
(GM_MIB_CNT_BASE + 264) /* 256-511 Byte Tx Frame */
(GM_MIB_CNT_BASE + 272) /* 512-1023 Byte Tx Frame */
(GM_MIB_CNT_BASE + 280) /* 1024-1518 Byte Tx Frame */
(GM_MIB_CNT_BASE + 288) /* 1519-MaxSize Byte Tx Frame */
(GM_MIB_CNT_BASE + 296) /* Tx spare 1 */
(GM_MIB_CNT_BASE + 304) /* Tx Collision */
(GM_MIB_CNT_BASE + 312) /* Tx Late Collision */
(GM_MIB_CNT_BASE + 320) /* Tx aborted due to Exces. Col. */
(GM_MIB_CNT_BASE + 328) /* Tx Multiple Collision */
(GM_MIB_CNT_BASE + 336) /* Tx Single Collision */
(GM_MIB_CNT_BASE + 344) /* Tx FIFO Underrun Event */