Searched refs:tx_window_errors (Results 1 - 25 of 91) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_hippi.h75 int tx_window_errors; member in struct:hipnet_statistics
H A Dif_link.h33 __u32 tx_window_errors; member in struct:rtnl_link_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dif.h71 unsigned long tx_window_errors; member in struct:if_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1.h142 u64 tx_window_errors; member in struct:atl1_sft_stats
H A Datl1_ethtool.c62 {"tx_window_errors", ATL1_STAT(soft_stats.tx_window_errors)},
H A Datl1_main.c325 adapter->soft_stats.tx_window_errors += smb->tx_late_col;
357 adapter->net_stats.tx_window_errors =
358 adapter->soft_stats.tx_window_errors;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h693 __u32 tx_window_errors; member in struct:rtnl_link_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/lmc/
H A Dlmc_var.h279 unsigned long tx_window_errors; member in struct:lmc_statistics
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Disa-skeleton.c537 np->stats.tx_window_errors++;
H A Dmac89x0.c431 if (status & TX_LATE_COL) lp->stats.tx_window_errors++;
H A Dsaa9730.c158 printk("lp->stats.tx_window_errors = %lx\n",
159 lp->stats.tx_window_errors);
614 lp->stats.tx_window_errors++;
H A Dlib8390.c545 if (txsr & ENTSR_OWC) ei_local->stat.tx_window_errors++;
627 ei_local->stat.tx_window_errors++;
H A Dsonic.c321 lp->stats.tx_window_errors++;
H A D7990.c382 if (status & LE_T3_LCOL) lp->stats.tx_window_errors++;
H A Dsmc91x.c815 lp->stats.tx_window_errors++;
816 if (!(lp->stats.tx_window_errors & 63) && net_ratelimit()) {
H A Dsunlance.c592 if (status & LE_T3_LCOL) lp->stats.tx_window_errors++;
763 if (status & LE_T3_LCOL) lp->stats.tx_window_errors++;
H A Dfealnx.c1520 np->stats.tx_window_errors++;
1567 np->stats.tx_window_errors += (data & 0x00ff0000) >> 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Drtnetlink.c434 a->tx_window_errors = b->tx_window_errors;
H A Dnet-sysfs.c306 NETSTAT_ENTRY(tx_window_errors); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Denet.c317 cep->stats.tx_window_errors++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Denet.c349 cep->stats.tx_window_errors++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskethtool.c280 "tx_window_errors",
330 *data++ = pAC->stats.tx_window_errors;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dinterrupt.c599 if (status & 0x0200) tp->stats.tx_window_errors++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dam79c961a.c582 priv->stats.tx_window_errors ++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Daxnet_cs.c1337 if (txsr & ENTSR_OWC) ei_local->stat.tx_window_errors++;
1417 ei_local->stat.tx_window_errors++;

Completed in 288 milliseconds

1234