taglinefilesource code
tx_window_errors558drivers/net/3c509.clp->stats.tx_window_errors    += inb(ioaddr + 4);
tx_window_errors403drivers/net/8390.cif (status & ENTSR_OWC) ei_local->stat.tx_window_errors++;
tx_window_errors1234drivers/net/de4x5.cif (status & TD_LC)  lp->stats.tx_window_errors++;
tx_window_errors1031drivers/net/depca.cif (status & TMD3_LCOL) lp->stats.tx_window_errors++;
tx_window_errors1130drivers/net/ewrk3.cif (tx_status & MAC_LCL)    lp->stats.tx_window_errors++;
tx_window_errors881drivers/net/lance.cif (err_status & 0x1000) lp->stats.tx_window_errors++;
tx_window_errors3217drivers/net/ppp.cppp_stats.tx_window_errors    = 0;
tx_window_errors1421drivers/net/sk_g16.cp->stats.tx_window_errors++; 
tx_window_errors403drivers/net/skeleton.clp->stats.tx_window_errors++;
tx_window_errors438drivers/net/sunlance.cif (status & LE_T3_LCOL) lp->stats.tx_window_errors++;
tx_window_errors495drivers/net/tulip.cif (status & 0x0200) lp->stats.tx_window_errors++;
tx_window_errors91include/linux/if_ether.hint  tx_window_errors;
tx_window_errors894net/core/dev.c+ stats->tx_window_errors + stats->tx_heartbeat_errors);