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

/freebsd-current/sys/dev/msk/
H A Dif_mskreg.h1703 #define GM_MIB_CNT_BASE 0x0100 /* Base Address of MIB Counters */ macro
1711 (GM_MIB_CNT_BASE + 0) /* Unicast Frames Received OK */
1713 (GM_MIB_CNT_BASE + 8) /* Broadcast Frames Received OK */
1715 (GM_MIB_CNT_BASE + 16) /* Pause MAC Ctrl Frames Received */
1717 (GM_MIB_CNT_BASE + 24) /* Multicast Frames Received OK */
1719 (GM_MIB_CNT_BASE + 32) /* Rx Frame Check Seq. Error */
1721 (GM_MIB_CNT_BASE + 40) /* Rx spare 1 */
1723 (GM_MIB_CNT_BASE + 48) /* Octets Received OK Low */
1725 (GM_MIB_CNT_BASE + 56) /* Octets Received OK High */
1727 (GM_MIB_CNT_BASE
[all...]
H A Dif_msk.c4438 result = MSK_READ_MIB32(sc_if->msk_port, GM_MIB_CNT_BASE + off * 2);
4459 result = MSK_READ_MIB64(sc_if->msk_port, GM_MIB_CNT_BASE + off * 2);

Completed in 73 milliseconds