Home
last modified time | relevance | path

Searched refs: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; in eri_nonfatal_err() local
3107 rxmac_sts = GET_MACREG(rxsts); in eri_nonfatal_err()
3108 if (rxmac_sts & BMAC_RXSTS_RX_OVF) { in eri_nonfatal_err()
3133 if (rxmac_sts & BMAC_RXSTS_ALE_EXP) { in eri_nonfatal_err()
3138 if (rxmac_sts & BMAC_RXSTS_CRC_EXP) { in eri_nonfatal_err()
3143 if (rxmac_sts & BMAC_RXSTS_LEN_EXP) { in eri_nonfatal_err()
3148 if (rxmac_sts & BMAC_RXSTS_CVI_EXP) { in eri_nonfatal_err()