Home
last modified time | relevance | path

Searched refs:txmac_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
3060 txmac_sts = GET_MACREG(txsts); in eri_nonfatal_err()
3061 if (txmac_sts & BMAC_TXSTS_TX_URUN) { in eri_nonfatal_err()
3067 if (txmac_sts & BMAC_TXSTS_MAXPKT_ERR) { in eri_nonfatal_err()
3072 if (txmac_sts & BMAC_TXSTS_NCC_EXP) { in eri_nonfatal_err()
3076 if (txmac_sts & BMAC_TXSTS_ECC_EXP) { in eri_nonfatal_err()
3080 if (txmac_sts & BMAC_TXSTS_LCC_EXP) { in eri_nonfatal_err()
3084 if (txmac_sts & BMAC_TXSTS_FCC_EXP) { in eri_nonfatal_err()
3088 if (txmac_sts & BMAC_TXSTS_DEFER_EXP) { in eri_nonfatal_err()
3092 if (txmac_sts & BMAC_TXSTS_PEAK_EXP) { in eri_nonfatal_err()