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/
H A Ddwmac_dma.h31 #define DMA_STATUS_AIS 0x00008000 /* Abnormal Interrupt Summary */ macro
47 DMA_STATUS_AIS | \
H A Ddwmac_lib.c182 if (unlikely(intr_status & DMA_STATUS_AIS)) { in dwmac_dma_interrupt()
/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c225 #define DMA_STATUS_AIS 0x00008000 /* Abnormal Interrupt Summary */ macro
927 writel(DMA_STATUS_TU | DMA_STATUS_TPS | DMA_STATUS_NIS | DMA_STATUS_AIS, in xgmac_tx_timeout_work()
1393 if (unlikely(intr_status & DMA_STATUS_AIS)) { in xgmac_interrupt()