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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dvia-rhine.c416 IntrTxDone=0x0002, IntrTxError=0x0008, IntrTxUnderrun=0x0010, enumerator in enum:intr_status_bits
1019 IntrTxDone | IntrTxError | IntrTxUnderrun |
1314 if (intr_status & (IntrTxDone | IntrTxError | IntrTxUnderrun |
1321 IntrTxUnderrun))
1556 if (intr_status & IntrTxUnderrun) {
H A Dnatsemi.c342 IntrTxUnderrun = 0x0400, enumerator in enum:IntrStatus_bits
1708 if (intr_status & IntrTxUnderrun) {

Completed in 50 milliseconds