tag | line | file | source code |
tx_carrier_errors | 563 | drivers/net/3c507.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 522 | drivers/net/3c509.c | lp->stats.tx_carrier_errors += inb(ioaddr + 0); |
tx_carrier_errors | 388 | drivers/net/8390.c | ei_local->stat.tx_carrier_errors++; |
tx_carrier_errors | 590 | drivers/net/eexpress.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 638 | drivers/net/lance.c | if (err_status & 0x0800) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 87 | include/linux/if_ether.h | int tx_carrier_errors; |
tx_carrier_errors | 807 | net/inet/dev.c | stats->tx_carrier_errors + stats->tx_aborted_errors |