tag | line | file | source code |
---|---|---|---|
tx_carrier_errors | 562 | drivers/net/3c507.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 560 | drivers/net/3c509.c | lp->stats.tx_carrier_errors += inb(ioaddr + 0); |
tx_carrier_errors | 391 | drivers/net/8390.c | if (status & ENTSR_CRS) ei_local->stat.tx_carrier_errors++; |
tx_carrier_errors | 826 | drivers/net/apricot.c | if ((ptr->status) & 0x0400) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1664 | drivers/net/arcnet.c | lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1238 | drivers/net/de4x5.c | if (status & TD_NC) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1035 | drivers/net/depca.c | if (status & TMD3_LCAR) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1117 | drivers/net/eepro.c | lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 560 | drivers/net/eexpress.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1129 | drivers/net/ewrk3.c | if (tx_status & MAC_NCL) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 888 | drivers/net/lance.c | if (err_status & 0x0800) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 883 | drivers/net/ni52.c | p->stats.tx_carrier_errors++; |
tx_carrier_errors | 474 | drivers/net/ni65.c | p->stats.tx_carrier_errors++; |
tx_carrier_errors | 1921 | drivers/net/ppp.c | ppp_stats.tx_carrier_errors = 0; |
tx_carrier_errors | 1424 | drivers/net/sk_g16.c | p->stats.tx_carrier_errors++; |
tx_carrier_errors | 507 | drivers/net/tulip.c | if (status & 0x0C00) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1766 | drivers/net/wavelan.c | lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1772 | 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 | 88 | include/linux/if_ether.h | int tx_carrier_errors; |
tx_carrier_errors | 896 | net/core/dev.c | stats->tx_carrier_errors + stats->tx_aborted_errors |