tag | line | file | source code |
tx_carrier_errors | 577 | drivers/net/3c507.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 524 | drivers/net/3c509.c | lp->stats.tx_carrier_errors += inb(ioaddr + 0); |
tx_carrier_errors | 381 | drivers/net/8390.c | if (status & ENTSR_CRS) ei_local->stat.tx_carrier_errors++; |
tx_carrier_errors | 1064 | drivers/net/depca.c | if (err_status & TMD3_LCAR) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 592 | 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 | 72 | include/linux/if_ether.h | int tx_carrier_errors; |
tx_carrier_errors | 788 | net/inet/dev.c | stats->tx_carrier_errors + stats->tx_aborted_errors |