Searched refs:ET_INTR_RXDMA_XFR_DONE (Results 1 – 2 of 2) sorted by relevance
107 #define ET_INTR_RXDMA_XFR_DONE 0x00000020 macro
3398 status |= ET_INTR_RXDMA_XFR_DONE; in et131x_isr()3405 if (status & (ET_INTR_RXDMA_XFR_DONE | ET_INTR_TXDMA_ISR)) { in et131x_isr()3410 status &= ~(ET_INTR_TXDMA_ISR | ET_INTR_RXDMA_XFR_DONE); in et131x_isr()