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

/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c3051 uint32_t txmac_sts, rxmac_sts, macctl_sts, pause_time; local
3107 rxmac_sts = GET_MACREG(rxsts);
3108 if (rxmac_sts & BMAC_RXSTS_RX_OVF) {
3133 if (rxmac_sts & BMAC_RXSTS_ALE_EXP) {
3138 if (rxmac_sts & BMAC_RXSTS_CRC_EXP) {
3143 if (rxmac_sts & BMAC_RXSTS_LEN_EXP) {
3148 if (rxmac_sts & BMAC_RXSTS_CVI_EXP) {

Completed in 69 milliseconds