Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-rhine.c371 IntrTxDescRace = 0x080000, /* mapped from IntrStatus2 */ enumerator
373 IntrTxErrSummary = IntrTxDescRace | IntrTxAborted | IntrTxError |
764 if (status & IntrTxDescRace) in rhine_tx_err()
768 (status & (IntrTxAborted | IntrTxUnderrun | IntrTxDescRace)) == 0) { in rhine_tx_err()
807 IntrTxDescRace)