IS_TxComplete
if ((status & (IS_TxDMAComplete | IS_TxComplete)) != 0)
if ((status & IS_TxComplete) != 0) {
sc->sc_IntEnable = IS_HostError | IS_TxComplete |