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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
449 | CntFull | TxUnderrun | EpicNapiEvent;
743 | CntFull | TxUnderrun
830 | CntFull | TxUnderrun
1117 if (status & (CntFull | TxUnderrun | PCIBusErr170 | PCIBusErr175)) {
1126 if (status & TxUnderrun) { /* Tx FIFO underflow. */
H A Dsc92031.c148 TxUnderrun = 0x4000, enumerator in enum:TxStatusBits
669 if (!(tx_status & (TxStatOK | TxUnderrun | TxAborted)))
694 if (tx_status & TxUnderrun)
H A Dpci-skeleton.c304 TxUnderrun = 0x4000, enumerator in enum:TxStatusBits
1388 if (!(txstatus & (TxStatOK | TxUnderrun | TxAborted)))
1406 if (txstatus & TxUnderrun) {
H A D8139too.c358 TxUnderrun = 0x4000, enumerator in enum:TxStatusBits
1744 if (!(txstatus & (TxStatOK | TxUnderrun | TxAborted)))
1764 if (txstatus & TxUnderrun) {
H A Dbmac.c998 if (status & TxUnderrun) dev->stats.tx_fifo_errors++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dgmac.h67 u64 TxUnderrun; member in struct:cmac_statistics
H A Dvsc7326.c614 HW_STAT(TxUnderrun, TxUnderrun),
H A Dcxgb2.c318 pstats->TxUnderrun + pstats->TxFramesAbortedDueToXSCollisions;
339 ns->tx_fifo_errors = pstats->TxUnderrun;
370 "TxUnderrun",
482 *data++ = s->TxUnderrun;
H A Dvsc7326_reg.h259 TxUnderrun = 0x3a, // # frames dropped from underrun enumerator in enum:__anon12558

Completed in 422 milliseconds