Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_core.c430 u32 trcsts = (value & GMAC_DEBUG_TRCSTS_MASK) in dwmac1000_debug() local
432 if (trcsts == GMAC_DEBUG_TRCSTS_WRITE) in dwmac1000_debug()
434 else if (trcsts == GMAC_DEBUG_TRCSTS_TXW) in dwmac1000_debug()
436 else if (trcsts == GMAC_DEBUG_TRCSTS_READ) in dwmac1000_debug()
H A Ddwmac4_core.c899 u32 trcsts = (value & MTL_DEBUG_TRCSTS_MASK) in dwmac4_debug() local
901 if (trcsts == MTL_DEBUG_TRCSTS_WRITE) in dwmac4_debug()
903 else if (trcsts == MTL_DEBUG_TRCSTS_TXW) in dwmac4_debug()
905 else if (trcsts == MTL_DEBUG_TRCSTS_READ) in dwmac4_debug()
/openbmc/u-boot/drivers/net/
H A Ddwc_eth_qos.c1145 u32 trcsts = (val >> EQOS_MTL_TXQ0_DEBUG_TRCSTS_SHIFT) & in eqos_stop() local
1148 if ((trcsts != 1) && (!txqsts)) in eqos_stop()