Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h41 #define DMA_STATUS_TJT 0x00000008 /* Transmit Jabber Timeout */ macro
60 DMA_STATUS_TJT | \
H A Ddwmac_lib.c187 if (unlikely(intr_status & DMA_STATUS_TJT)) in dwmac_dma_interrupt()
/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c235 #define DMA_STATUS_TJT 0x00000008 /* Transmit Jabber Timeout */ macro
1394 if (intr_status & DMA_STATUS_TJT) { in xgmac_interrupt()