Home
last modified time | relevance | path

Searched refs:DMA_STATUS_TJT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h125 #define DMA_STATUS_TJT 0x00000008 /* Transmit Jabber Timeout */ macro
145 DMA_STATUS_TJT | \
H A Ddwmac_lib.c188 if (unlikely(intr_status & DMA_STATUS_TJT)) in dwmac_dma_interrupt()
/openbmc/qemu/hw/net/
H A Dxgmac.c110 #define DMA_STATUS_TJT 0x00000008 /* Transmit Jabber Timeout */ macro
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c235 #define DMA_STATUS_TJT 0x00000008 /* Transmit Jabber Timeout */ macro
1396 if (intr_status & DMA_STATUS_TJT) { in xgmac_interrupt()