TxStatOK
if (!(txstatus & (TxStatOK | TxUnderrun | TxAborted)))
if (!(tx_status & (TxStatOK | TxUnderrun | TxAborted)))
if (tx_status & TxStatOK) {