Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h115 #define DMA_STATUS_AIS 0x00008000 /* Abnormal Interrupt Summary */ macro
132 DMA_STATUS_AIS | \
H A Ddwmac_lib.c183 if (unlikely(intr_status & DMA_STATUS_AIS)) { in dwmac_dma_interrupt()
/openbmc/qemu/hw/net/
H A Dxgmac.c100 #define DMA_STATUS_AIS 0x00008000 /* Abnormal Interrupt Summary */ macro
357 s->regs[DMA_STATUS] |= DMA_STATUS_RU | DMA_STATUS_AIS; in eth_rx()
/openbmc/linux/drivers/net/ethernet/calxeda/
H 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()