Searched refs:ET_INTR_RXDMA_XFR_DONE (Results 1 – 2 of 2) sorted by relevance
108 #define ET_INTR_RXDMA_XFR_DONE 0x00000020 macro
3412 status |= ET_INTR_RXDMA_XFR_DONE; in et131x_isr()3419 if (status & (ET_INTR_RXDMA_XFR_DONE | ET_INTR_TXDMA_ISR)) { in et131x_isr()3424 status &= ~(ET_INTR_TXDMA_ISR | ET_INTR_RXDMA_XFR_DONE); in et131x_isr()