tag | line | file | source code |
---|---|---|---|
tx_carrier_errors | 558 | drivers/net/3c507.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 563 | drivers/net/3c509.c | lp->stats.tx_carrier_errors += inb(ioaddr + 0); |
tx_carrier_errors | 998 | drivers/net/3c59x.c | vp->stats.tx_carrier_errors += inb(ioaddr + 0); |
tx_carrier_errors | 398 | drivers/net/8390.c | if (status & ENTSR_CRS) ei_local->stat.tx_carrier_errors++; |
tx_carrier_errors | 817 | drivers/net/apricot.c | if ((ptr->status) & 0x0400) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1996 | drivers/net/arcnet.c | lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 2073 | drivers/net/arcnet.c | lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1282 | drivers/net/de4x5.c | if (status & TD_NC) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1006 | drivers/net/depca.c | if (status & TMD3_LCAR) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1121 | drivers/net/eepro.c | lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 884 | drivers/net/eexpress.c | lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1092 | drivers/net/ewrk3.c | if (tx_status & T_NCL) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 903 | drivers/net/lance.c | if (err_status & 0x0800) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1062 | drivers/net/ni52.c | p->stats.tx_carrier_errors++; |
tx_carrier_errors | 559 | drivers/net/ni65.c | p->stats.tx_carrier_errors++; |
tx_carrier_errors | 3133 | drivers/net/ppp.c | ppp_stats.tx_carrier_errors = 0; |
tx_carrier_errors | 1422 | drivers/net/sk_g16.c | p->stats.tx_carrier_errors++; |
tx_carrier_errors | 1590 | drivers/net/smc9194.c | if ( tx_status & TS_LOSTCAR ) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 402 | drivers/net/sunlance.c | if (status & LE_T3_CLOS) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 494 | drivers/net/tulip.c | if (status & 0x0C00) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1763 | drivers/net/wavelan.c | lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1769 | drivers/net/wavelan.c | lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 446 | drivers/net/znet.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 96 | include/linux/if_ether.h | int tx_carrier_errors; |
tx_carrier_errors | 840 | net/core/dev.c | stats->tx_carrier_errors + stats->tx_aborted_errors |