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; local
3060 txmac_sts = GET_MACREG(txsts);
3061 if (txmac_sts & BMAC_TXSTS_TX_URUN) {
3067 if (txmac_sts & BMAC_TXSTS_MAXPKT_ERR) {
3072 if (txmac_sts & BMAC_TXSTS_NCC_EXP) {
3076 if (txmac_sts & BMAC_TXSTS_ECC_EXP) {
3080 if (txmac_sts & BMAC_TXSTS_LCC_EXP) {
3084 if (txmac_sts & BMAC_TXSTS_FCC_EXP) {
3088 if (txmac_sts & BMAC_TXSTS_DEFER_EXP) {
3092 if (txmac_sts
[all...]

Completed in 70 milliseconds