Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/via/
Dvia-rhine.c370 IntrTxUnderrun = 0x0210, enumerator
380 IntrTxUnderrun,
765 if (status & IntrTxUnderrun) { in rhine_tx_err()
775 (status & (IntrTxAborted | IntrTxUnderrun | IntrTxDescRace)) == 0) { in rhine_tx_err()
813 IntrTxUnderrun | \
/Linux-v4.19/drivers/net/ethernet/natsemi/
Dnatsemi.c368 IntrTxUnderrun = 0x0400, enumerator
2421 if (intr_status & IntrTxUnderrun) { in netdev_error()