IS_TxComplete
if (isr & (IS_TxDMAComplete | IS_TxComplete)) {
if (isr & IS_TxComplete) {
sc->sc_IntEnable = IS_HostError | IS_TxComplete | IS_UpdateStats |