Home
last modified time | relevance | path

Searched refs:INTR_RX_DONE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sun/
Dcassini.h93 #define INTR_RX_DONE 0x00000010 /* at least 1 frame xferred macro
Dcassini.c1261 writel(INTR_RX_DONE | INTR_RX_BUF_UNAVAIL, cp->regs + REG_ALIAS_CLEAR); in cas_init_rx_dma()
2567 if (status & INTR_RX_DONE) { in cas_interrupt()
2574 status &= ~INTR_RX_DONE; in cas_interrupt()