Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac_dma.h134 #define DMA_STATUS_TU 0x00000004 /* Transmit Buffer Unavailable */ macro
/Linux-v4.19/drivers/net/ethernet/calxeda/
Dxgmac.c247 #define DMA_STATUS_TU 0x00000004 /* Transmit Buffer Unavail */ macro
940 writel(DMA_STATUS_TU | DMA_STATUS_TPS | DMA_STATUS_NIS | DMA_STATUS_AIS, in xgmac_tx_timeout_work()
1431 if (intr_status & (DMA_STATUS_RI | DMA_STATUS_TU | DMA_STATUS_TI)) { in xgmac_interrupt()