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.h37 #define DMA_STATUS_RU 0x00000080 /* Receive Buffer Unavailable */ macro
53 DMA_STATUS_RU | \
H A Ddwmac_lib.c193 if (unlikely(intr_status & DMA_STATUS_RU)) in dwmac_dma_interrupt()
/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c231 #define DMA_STATUS_RU 0x00000080 /* Receive Buffer Unavailable */ macro
1398 if (intr_status & DMA_STATUS_RU) in xgmac_interrupt()