Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h126 #define DMA_STATUS_TU 0x00000004 /* Transmit Buffer Unavailable */ macro
146 DMA_STATUS_TU | \
/openbmc/qemu/hw/net/
H A Dxgmac.c111 #define DMA_STATUS_TU 0x00000004 /* Transmit Buffer Unavailable */ macro
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c236 #define DMA_STATUS_TU 0x00000004 /* Transmit Buffer Unavail */ macro
929 writel(DMA_STATUS_TU | DMA_STATUS_TPS | DMA_STATUS_NIS | DMA_STATUS_AIS, in xgmac_tx_timeout_work()
1422 if (intr_status & (DMA_STATUS_RI | DMA_STATUS_TU | DMA_STATUS_TI)) { in xgmac_interrupt()