tag | line | file | source code |
tx_window_errors | 567 | drivers/net/3c509.c | lp->stats.tx_window_errors += inb(ioaddr + 4); |
tx_window_errors | 1002 | drivers/net/3c59x.c | vp->stats.tx_window_errors += inb(ioaddr + 4); |
tx_window_errors | 401 | drivers/net/8390.c | if (status & ENTSR_OWC) ei_local->stat.tx_window_errors++; |
tx_window_errors | 1290 | drivers/net/de4x5.c | if (status & TD_LC) lp->stats.tx_window_errors++; |
tx_window_errors | 1007 | drivers/net/depca.c | if (status & TMD3_LCOL) lp->stats.tx_window_errors++; |
tx_window_errors | 1093 | drivers/net/ewrk3.c | if (tx_status & T_LCL) lp->stats.tx_window_errors++; |
tx_window_errors | 904 | drivers/net/lance.c | if (err_status & 0x1000) lp->stats.tx_window_errors++; |
tx_window_errors | 3135 | drivers/net/ppp.c | ppp_stats.tx_window_errors = 0; |
tx_window_errors | 1420 | drivers/net/sk_g16.c | p->stats.tx_window_errors++; |
tx_window_errors | 428 | drivers/net/skeleton.c | lp->stats.tx_window_errors++; |
tx_window_errors | 1594 | drivers/net/smc9194.c | lp->stats.tx_window_errors++; |
tx_window_errors | 403 | drivers/net/sunlance.c | if (status & LE_T3_LCOL) lp->stats.tx_window_errors++; |
tx_window_errors | 495 | drivers/net/tulip.c | if (status & 0x0200) lp->stats.tx_window_errors++; |
tx_window_errors | 114 | include/linux/if_ether.h | int tx_window_errors; |
tx_window_errors | 840 | net/core/dev.c | + stats->tx_window_errors + stats->tx_heartbeat_errors); |