Searched refs:fecnt (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/hme/
H A Dhme_mac.h423 uint_t fecnt; /* receive crc error count [7-0] (RW) */ member in struct:hme_bmac
H A Dhme.c3507 uint32_t fecnt, aecnt, lecnt, rxcv; local
3511 fecnt = GET_MACREG(fecnt);
3512 PUT_MACREG(fecnt, 0);
3542 hmep->hme_fcs_errors += fecnt;
3543 hmep->hme_ierrors += (fecnt + aecnt + lecnt);
/opensolaris-onvv-gate/usr/src/uts/sun/io/eri/
H A Deri_mac.h727 uint32_t fecnt; /* 0x6124 rcv crc err cnt [15-0] (RW) */ member in struct:bmac
H A Deri.c1573 PUT_MACREG(fecnt, 0);
3187 uint32_t fecnt, aecnt, lecnt, rxcv; local
3191 fecnt = GET_MACREG(fecnt);
3192 HSTATN(erip, rx_crc_err, fecnt);
3193 PUT_MACREG(fecnt, 0);
3226 HSTATN(erip, ierrors, (fecnt + aecnt + lecnt));

Completed in 147 milliseconds