Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac_dma.h115 #define DMA_STATUS_AIS 0x00008000 /* Abnormal Interrupt Summary */ macro
132 DMA_STATUS_AIS | \
A Ddwmac_lib.c177 if (unlikely(intr_status & DMA_STATUS_AIS)) { in dwmac_dma_interrupt()
/linux/drivers/net/ethernet/calxeda/
A Dxgmac.c225 #define DMA_STATUS_AIS 0x00008000 /* Abnormal Interrupt Summary */ macro
929 writel(DMA_STATUS_TU | DMA_STATUS_TPS | DMA_STATUS_NIS | DMA_STATUS_AIS, in xgmac_tx_timeout_work()
1395 if (unlikely(intr_status & DMA_STATUS_AIS)) { in xgmac_interrupt()

Completed in 8 milliseconds