Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-rhine.c364 IntrTxUnderrun = 0x0210, enumerator
374 IntrTxUnderrun,
758 if (status & IntrTxUnderrun) { in rhine_tx_err()
768 (status & (IntrTxAborted | IntrTxUnderrun | IntrTxDescRace)) == 0) { in rhine_tx_err()
806 IntrTxUnderrun | \
/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c368 IntrTxUnderrun = 0x0400, enumerator
2417 if (intr_status & IntrTxUnderrun) { in netdev_error()