Lines Matching refs:txstat
3278 uint32_t txstat; in atw_txintr() local
3319 txstat = le32toh(sc->sc_txdescs[txs->txs_lastdesc].at_stat); in atw_txintr()
3320 if (txstat & ATW_TXSTAT_OWN) { in atw_txintr()
3343 (txstat & ATW_TXSTAT_ERRMASK) != 0) { in atw_txintr()
3345 ATW_TXSTAT_FMT, txstat & ATW_TXSTAT_ERRMASK); in atw_txintr()
3348 __SHIFTOUT(txstat, ATW_TXSTAT_ARC_MASK)); in atw_txintr()
3356 if (txstat & ATW_TXSTAT_TUF) in atw_txintr()
3358 if (txstat & ATW_TXSTAT_TLT) in atw_txintr()
3360 if (txstat & ATW_TXSTAT_TRT) in atw_txintr()
3362 if (txstat & ATW_TXSTAT_TRO) in atw_txintr()
3364 if (txstat & ATW_TXSTAT_SOFBR) in atw_txintr()
3367 if ((txstat & ATW_TXSTAT_ES) == 0) in atw_txintr()
3369 __SHIFTOUT(txstat, ATW_TXSTAT_ARC_MASK)); in atw_txintr()