tag | line | file | source code |
tx_carrier_errors | 535 | drivers/net/3c507.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 513 | drivers/net/3c509.c | lp->stats.tx_carrier_errors += inb(ioaddr + 0); |
tx_carrier_errors | 368 | drivers/net/8390.c | if (status & ENTSR_CRS) ei_local->stat.tx_carrier_errors++; |
tx_carrier_errors | 775 | drivers/net/apricot.c | if ((ptr->status) & 0x0400) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 1102 | drivers/net/depca.c | if (err_status & TMD3_LCAR) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 550 | drivers/net/eexpress.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 744 | drivers/net/lance.c | if (err_status & 0x0800) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 955 | drivers/net/ni52.c | p->stats.tx_carrier_errors++; |
tx_carrier_errors | 478 | drivers/net/ni65.c | p->stats.tx_carrier_errors++; |
tx_carrier_errors | 1873 | drivers/net/ppp.c | ppp_stats.tx_carrier_errors = 0; |
tx_carrier_errors | 1426 | drivers/net/sk_g16.c | p->stats.tx_carrier_errors++; |
tx_carrier_errors | 448 | drivers/net/znet.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 74 | include/linux/if_ether.h | int tx_carrier_errors; |
tx_carrier_errors | 961 | net/inet/dev.c | stats->tx_carrier_errors + stats->tx_aborted_errors |