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.h150 #define DMA_STATUS_TJT 0x00000008 /* Transmit Jabber Timeout */ macro
170 DMA_STATUS_TJT | \
H A Ddwmac-loongson.c65 DMA_STATUS_TJT | DMA_STATUS_TU | \
281 if (unlikely(intr_status & DMA_STATUS_TJT)) in loongson_dwmac_dma_interrupt()
H A Ddwmac_lib.c188 if (unlikely(intr_status & DMA_STATUS_TJT)) in dwmac_dma_interrupt()