Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/via/
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 | \
/linux-6.12.1/drivers/net/ethernet/natsemi/
Dnatsemi.c368 IntrTxUnderrun = 0x0400, enumerator
2417 if (intr_status & IntrTxUnderrun) { in netdev_error()