Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h146 #define DMA_STATUS_RU 0x00000080 /* Receive Buffer Unavailable */ macro
163 DMA_STATUS_RU | \
H A Ddwmac-loongson.c60 DMA_STATUS_RPS | DMA_STATUS_RU | \
285 if (unlikely(intr_status & DMA_STATUS_RU)) in loongson_dwmac_dma_interrupt()
H A Ddwmac_lib.c194 if (unlikely(intr_status & DMA_STATUS_RU)) in dwmac_dma_interrupt()