Searched defs:rxcv (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c3507 uint32_t fecnt, aecnt, lecnt, rxcv; local
3522 rxcv = GET_MACREG(rxcv);
3525 * Ignore rxcv errors for Sbus/FEPS 2.1 or earlier
3528 rxcv = 0;
3531 hmep->hme_cvc += rxcv;
3532 PUT_MACREG(rxcv, 0);
H A Dhme_mac.h425 uint_t rxcv; /* rx code voilation register (R) */ member in struct:hme_bmac
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c1574 PUT_MACREG(rxcv, 0);
3187 uint32_t fecnt, aecnt, lecnt, rxcv; local
3203 rxcv = GET_MACREG(rxcv);
3204 HSTATN(erip, rx_code_viol_err, rxcv);
3205 PUT_MACREG(rxcv, 0);
H A Deri_mac.h728 uint32_t rxcv; /* 0x6128 rx code viol reg [15-0](RW) */ member in struct:bmac

Completed in 102 milliseconds