Searched refs:ATW_INTR_TUF (Results 1 – 2 of 2) sorted by relevance
274 #define ATW_INTR_TUF (1<<5) /* transmit underflow */ macro
1350 ATW_INTR_TUF | ATW_INTR_RDU | ATW_INTR_RPS | ATW_INTR_AISS | in atw_init()1356 sc->sc_txint_mask = ATW_INTR_TCI | ATW_INTR_TUF | ATW_INTR_TLT | in atw_init()2795 PRINTINTR(ATW_INTR_TUF); in atw_intr()2848 if ((txstatus & ATW_INTR_TUF) && in atw_intr()