Searched refs:fecnt (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/hme/ |
H A D | hme_mac.h | 423 uint_t fecnt; /* receive crc error count [7-0] (RW) */ member
|
H A D | hme.c | 3507 uint32_t fecnt, aecnt, lecnt, rxcv; in hmesavecntrs() local 3511 fecnt = GET_MACREG(fecnt); in hmesavecntrs() 3512 PUT_MACREG(fecnt, 0); in hmesavecntrs() 3542 hmep->hme_fcs_errors += fecnt; in hmesavecntrs() 3543 hmep->hme_ierrors += (fecnt + aecnt + lecnt); in hmesavecntrs()
|
/titanic_44/usr/src/uts/sun/io/eri/ |
H A D | eri_mac.h | 727 uint32_t fecnt; /* 0x6124 rcv crc err cnt [15-0] (RW) */ member
|
H A D | eri.c | 1573 PUT_MACREG(fecnt, 0); in eri_init_macregs_generic() 3187 uint32_t fecnt, aecnt, lecnt, rxcv; in eri_savecntrs() local 3191 fecnt = GET_MACREG(fecnt); in eri_savecntrs() 3192 HSTATN(erip, rx_crc_err, fecnt); in eri_savecntrs() 3193 PUT_MACREG(fecnt, 0); in eri_savecntrs() 3226 HSTATN(erip, ierrors, (fecnt + aecnt + lecnt)); in eri_savecntrs()
|