Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h145 #define DMA_STATUS_RPS 0x00000100 /* Receive Process Stopped */ macro
162 DMA_STATUS_RPS | \
H A Ddwmac-loongson.c60 DMA_STATUS_RPS | DMA_STATUS_RU | \
287 if (unlikely(intr_status & DMA_STATUS_RPS)) in loongson_dwmac_dma_interrupt()
H A Ddwmac_lib.c196 if (unlikely(intr_status & DMA_STATUS_RPS)) in dwmac_dma_interrupt()