Home
last modified time | relevance | path

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

/linux-6.15/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 | \
280 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()
/linux-6.15/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()