Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c130 u32 tstat0; member
377 u32 tstat0; in ep93xx_tx_complete() local
382 tstat0 = tstat->tstat0; in ep93xx_tx_complete()
383 if (!(tstat0 & TSTAT0_TXFP)) in ep93xx_tx_complete()
386 tstat->tstat0 = 0; in ep93xx_tx_complete()
388 if (tstat0 & TSTAT0_FA) in ep93xx_tx_complete()
389 pr_crit("frame aborted %.8x\n", tstat0); in ep93xx_tx_complete()
391 pr_crit("entry mismatch %.8x\n", tstat0); in ep93xx_tx_complete()
393 if (tstat0 & TSTAT0_TXWE) { in ep93xx_tx_complete()
402 if (tstat0 & TSTAT0_OW) in ep93xx_tx_complete()
[all …]