Lines Matching refs:why
701 beqint(struct be_softc *sc, u_int32_t why) in beqint() argument
705 if (why & BE_CR_STAT_TXIRQ) in beqint()
707 if (why & BE_CR_STAT_RXIRQ) in beqint()
710 if (why & BE_CR_STAT_BERROR) { in beqint()
716 if (why & BE_CR_STAT_TXDERR) { in beqint()
722 if (why & (BE_CR_STAT_TXLERR | BE_CR_STAT_TXPERR | BE_CR_STAT_TXSERR)) { in beqint()
726 if (why & BE_CR_STAT_TXLERR) in beqint()
728 if (why & BE_CR_STAT_TXPERR) in beqint()
730 if (why & BE_CR_STAT_TXSERR) in beqint()
735 if (why & BE_CR_STAT_RXDROP) { in beqint()
741 if (why & BE_CR_STAT_RXSMALL) { in beqint()
747 if (why & (BE_CR_STAT_RXLERR | BE_CR_STAT_RXPERR | BE_CR_STAT_RXSERR)) { in beqint()
751 if (why & BE_CR_STAT_RXLERR) in beqint()
753 if (why & BE_CR_STAT_RXPERR) in beqint()
755 if (why & BE_CR_STAT_RXSERR) in beqint()
763 sc->sc_dev.dv_xname, why); in beqint()
778 beeint(struct be_softc *sc, u_int32_t why) in beeint() argument
782 if (why & BE_BR_STAT_RFIFOVF) { in beeint()
787 if (why & BE_BR_STAT_TFIFO_UND) { in beeint()
792 if (why & BE_BR_STAT_MAXPKTERR) { in beeint()
801 sc->sc_dev.dv_xname, why); in beeint()