Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/via/
Dvia-rhine.c371 IntrTxUnderrun = 0x0210, enumerator
381 IntrTxUnderrun,
767 if (status & IntrTxUnderrun) { in rhine_tx_err()
777 (status & (IntrTxAborted | IntrTxUnderrun | IntrTxDescRace)) == 0) { in rhine_tx_err()
815 IntrTxUnderrun | \
/linux-4.1.27/drivers/net/ethernet/natsemi/
Dnatsemi.c368 IntrTxUnderrun = 0x0400, enumerator
2405 if (intr_status & IntrTxUnderrun) { in netdev_error()