Searched refs:TxUnderrun (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbmac.h64 # define TxUnderrun 0x00000200 /* Transmit FIFO underrun */ macro
89 /* # define NormalIntEvents ~(FrameReceived | FrameSent | TxUnderrun) */
94 # define TxErrorMask (TxUnderrun | TxMaxSizeError | TxExcessCollExp | \
H A Depic100.c211 RxStarted=0x0800, RxEarlyWarn=0x0400, CntFull=0x0200, TxUnderrun=0x0100, enumerator in enum:IntrStatus
434 | CntFull | TxUnderrun | EpicNapiEvent;
734 | CntFull | TxUnderrun
822 | CntFull | TxUnderrun
1112 if (status & (CntFull | TxUnderrun | PCIBusErr170 | PCIBusErr175)) {
1121 if (status & TxUnderrun) { /* Tx FIFO underflow. */
H A Dsc92031.c151 TxUnderrun = 0x4000, enumerator in enum:TxStatusBits
673 if (!(tx_status & (TxStatOK | TxUnderrun | TxAborted)))
698 if (tx_status & TxUnderrun)
H A Dpci-skeleton.c297 TxUnderrun = 0x4000, enumerator in enum:TxStatusBits
1385 if (!(txstatus & (TxStatOK | TxUnderrun | TxAborted)))
1403 if (txstatus & TxUnderrun) {
H A D8139too.c361 TxUnderrun = 0x4000, enumerator in enum:TxStatusBits
1758 if (!(txstatus & (TxStatOK | TxUnderrun | TxAborted)))
1779 if (txstatus & TxUnderrun) {
H A Deepro100.c352 TxUnderrun=0x1000, StatusComplete=0x8000, enumerator in enum:RxFD_bits
1470 if (status & TxUnderrun)
H A Dbmac.c1011 if (status & TxUnderrun) bp->stats.tx_fifo_errors++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dgmac.h67 u64 TxUnderrun; member in struct:cmac_statistics
H A Dvsc7326.c614 HW_STAT(TxUnderrun, TxUnderrun),
H A Dvsc7326_reg.h259 TxUnderrun = 0x3a, // # frames dropped from underrun enumerator in enum:__anon5267
H A Dcxgb2.c316 pstats->TxUnderrun + pstats->TxFramesAbortedDueToXSCollisions;
337 ns->tx_fifo_errors = pstats->TxUnderrun;
368 "TxUnderrun",

Completed in 217 milliseconds