Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h140 #define DMA_STATUS_AIS 0x00008000 /* Abnormal Interrupt Summary */ macro
157 DMA_STATUS_AIS | \
H A Ddwmac_lib.c183 if (unlikely(intr_status & DMA_STATUS_AIS)) { in dwmac_dma_interrupt()