Home
last modified time | relevance | path

Searched refs:ET_INTR_TXDMA_ISR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/agere/
H A Det131x.h105 #define ET_INTR_TXDMA_ISR 0x00000008 macro
H A Det131x.c3396 status |= ET_INTR_TXDMA_ISR; in et131x_isr()
3406 if (status & (ET_INTR_RXDMA_XFR_DONE | ET_INTR_TXDMA_ISR)) { in et131x_isr()
3411 status &= ~(ET_INTR_TXDMA_ISR | ET_INTR_RXDMA_XFR_DONE); in et131x_isr()
/kernel/linux/linux-6.6/drivers/net/ethernet/agere/
H A Det131x.h105 #define ET_INTR_TXDMA_ISR 0x00000008 macro
H A Det131x.c3395 status |= ET_INTR_TXDMA_ISR; 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()

Completed in 15 milliseconds