Home
last modified time | relevance | path

Searched refs:GM_PAR_MIB_CLR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c2839 GMAC_WRITE_2(dev, pnum, GM_PHY_ADDR, gmac | GM_PAR_MIB_CLR); in yge_stats_clear()
2844 gmac &= ~GM_PAR_MIB_CLR; in yge_stats_clear()
2865 GMAC_WRITE_2(dev, pnum, GM_PHY_ADDR, gmac | GM_PAR_MIB_CLR); in yge_stats_update()
2912 gmac &= ~GM_PAR_MIB_CLR; in yge_stats_update()
H A Dyge.h1619 #define GM_PAR_MIB_CLR BIT(5) /* Set MIB Clear Counter Mode */ macro