Home
last modified time | relevance | path

Searched refs:excnt (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/hme/
H A Dhme_mac.h408 uint_t excnt; /* excess collision counter [7-0] (RW) */ member
H A Dhme.c3508 uint32_t ltcnt, excnt; in hmesavecntrs() local
3538 excnt = GET_MACREG(excnt); in hmesavecntrs()
3539 hmep->hme_excol += excnt; in hmesavecntrs()
3540 PUT_MACREG(excnt, 0); in hmesavecntrs()
3544 hmep->hme_oerrors += (ltcnt + excnt); in hmesavecntrs()
/titanic_41/usr/src/uts/sun/io/eri/
H A Deri_mac.h720 uint32_t excnt; /* 0x6108 excess coll cnt[15-0] (RW) */ member
H A Deri.c1567 PUT_MACREG(excnt, 0); in eri_init_macregs_generic()
3188 uint32_t ltcnt, excnt, fccnt; in eri_savecntrs() local
3214 excnt = GET_MACREG(excnt); in eri_savecntrs()
3215 HSTATN(erip, excessive_coll, excnt); in eri_savecntrs()
3216 PUT_MACREG(excnt, 0); in eri_savecntrs()
3227 HSTATN(erip, oerrors, (ltcnt + excnt)); in eri_savecntrs()