DMA_STATUS_ETI
if (intr_status & DMA_STATUS_ETI) {
if (unlikely(intr_status & DMA_STATUS_ETI))
#define DMA_STATUS_MSK_TX_LOONGSON (DMA_STATUS_ETI | DMA_STATUS_UNF | \
#define DMA_STATUS_MSK_TX (DMA_STATUS_ETI | \
if (unlikely(intr_status & DMA_STATUS_ETI))