Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Ddwmac_dma.h94 #define DMA_STATUS_ETI 0x00000400 /* Early Transmit Interrupt */ macro
Ddwmac_lib.c174 if (unlikely(intr_status & DMA_STATUS_ETI)) in dwmac_dma_interrupt()
/linux-4.1.27/drivers/net/ethernet/calxeda/
Dxgmac.c238 #define DMA_STATUS_ETI 0x00000400 /* Early Transmit Interrupt */ macro
1428 if (intr_status & DMA_STATUS_ETI) { in xgmac_interrupt()