Home
last modified time | relevance | path

Searched refs:DMA_STATUS_OVF (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h149 #define DMA_STATUS_OVF 0x00000010 /* Receive Overflow */ macro
165 DMA_STATUS_OVF | \
H A Ddwmac-loongson.c61 DMA_STATUS_RI | DMA_STATUS_OVF | \
283 if (unlikely(intr_status & DMA_STATUS_OVF)) in loongson_dwmac_dma_interrupt()
H A Ddwmac_lib.c191 if (unlikely(intr_status & DMA_STATUS_OVF)) in dwmac_dma_interrupt()