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.h36 #define DMA_STATUS_RPS 0x00000100 /* Receive Process Stopped */ macro
52 DMA_STATUS_RPS | \
H A Ddwmac_lib.c195 if (unlikely(intr_status & DMA_STATUS_RPS)) in dwmac_dma_interrupt()
/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c230 #define DMA_STATUS_RPS 0x00000100 /* Receive Process Stopped */ macro
1400 if (intr_status & DMA_STATUS_RPS) { in xgmac_interrupt()