tag | line | file | source code |
tx_carrier_errors | 564 | drivers/net/3c507.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 533 | drivers/net/3c509.c | lp->stats.tx_carrier_errors += inb(ioaddr + 0); |
tx_carrier_errors | 389 | drivers/net/8390.c | ei_local->stat.tx_carrier_errors++; |
tx_carrier_errors | 591 | drivers/net/eexpress.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 642 | drivers/net/lance.c | if (err_status & 0x0800) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 85 | include/linux/if_ether.h | int tx_carrier_errors; |
tx_carrier_errors | 758 | net/inet/dev.c | stats->tx_carrier_errors + stats->tx_aborted_errors |