Searched refs:IEVENT_TXE (Results 1 – 2 of 2) sorted by relevance
990 sc->sc_imask |= IEVENT_TXF | IEVENT_TXE | IEVENT_TXC; in pq3etsec_ifinit()2321 sc->sc_imask |= IEVENT_TXF | IEVENT_TXE; in pq3etsec_txq_reset()2469 if (ievent & IEVENT_TXE) { in pq3etsec_error_intr()2471 sc->sc_imask &= ~IEVENT_TXE; in pq3etsec_error_intr()2543 imask |= IEVENT_TXE; in pq3etsec_soft_intr()
136 #define IEVENT_TXE __PPCBIT(9) /* transmit error */ macro