Home
last modified time | relevance | path

Searched refs:tx_hard_error (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_lib.c192 ret = tx_hard_error; in dwmac_dma_interrupt()
196 ret = tx_hard_error; in dwmac_dma_interrupt()
H A Ddwmac4_lib.c156 ret = tx_hard_error; in dwmac4_dma_interrupt()
160 ret = tx_hard_error; in dwmac4_dma_interrupt()
H A Ddwmac-sun8i.c434 ret |= tx_hard_error; in sun8i_dwmac_dma_interrupt()
437 ret |= tx_hard_error; in sun8i_dwmac_dma_interrupt()
456 ret |= tx_hard_error; in sun8i_dwmac_dma_interrupt()
459 ret |= tx_hard_error; in sun8i_dwmac_dma_interrupt()
H A Ddwxgmac2_dma.c340 ret |= tx_hard_error; in dwxgmac2_dma_interrupt()
344 ret |= tx_hard_error; in dwxgmac2_dma_interrupt()
H A Dcommon.h301 tx_hard_error = 0x1, enumerator
H A Dstmmac_main.c2297 } else if (unlikely(status[chan] == tx_hard_error)) { in stmmac_dma_interrupt()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_lib.c204 ret = tx_hard_error; in dwmac_dma_interrupt()
208 ret = tx_hard_error; in dwmac_dma_interrupt()
H A Ddwmac4_lib.c194 ret = tx_hard_error; in dwmac4_dma_interrupt()
198 ret = tx_hard_error; in dwmac4_dma_interrupt()
H A Ddwmac-sun8i.c469 ret |= tx_hard_error; in sun8i_dwmac_dma_interrupt()
472 ret |= tx_hard_error; in sun8i_dwmac_dma_interrupt()
493 ret |= tx_hard_error; in sun8i_dwmac_dma_interrupt()
496 ret |= tx_hard_error; in sun8i_dwmac_dma_interrupt()
H A Ddwxgmac2_dma.c358 ret |= tx_hard_error; in dwxgmac2_dma_interrupt()
362 ret |= tx_hard_error; in dwxgmac2_dma_interrupt()
H A Dcommon.h356 tx_hard_error = 0x1, enumerator
H A Dstmmac_main.c2867 } else if (unlikely(status[chan] == tx_hard_error)) { in stmmac_dma_interrupt()
6001 } else if (unlikely(status == tx_hard_error)) { in stmmac_msi_intr_tx()
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_dma.c210 ret_val |= tx_hard_error; in sxgbe_tx_dma_int_status()
216 ret_val |= tx_hard_error; in sxgbe_tx_dma_int_status()
H A Dsxgbe_common.h146 tx_hard_error = BIT(0), enumerator
H A Dsxgbe_main.c1641 if (unlikely((status & tx_hard_error))) in sxgbe_tx_interrupt()
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_dma.c210 ret_val |= tx_hard_error; in sxgbe_tx_dma_int_status()
216 ret_val |= tx_hard_error; in sxgbe_tx_dma_int_status()
H A Dsxgbe_common.h146 tx_hard_error = BIT(0), enumerator
H A Dsxgbe_main.c1644 if (unlikely((status & tx_hard_error))) in sxgbe_tx_interrupt()

Completed in 35 milliseconds