Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/ !
Ddwmac_dma.h115 #define DMA_STATUS_AIS 0x00008000 /* Abnormal Interrupt Summary */ macro
132 DMA_STATUS_AIS | \
Ddwmac_lib.c177 if (unlikely(intr_status & DMA_STATUS_AIS)) { in dwmac_dma_interrupt()
/linux-6.1.9/drivers/net/ethernet/calxeda/ !
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()