tag | line | file | source code |
tx_carrier_errors | 555 | drivers/net/3c507.c | if (tx_status & 0x0600) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 551 | drivers/net/3c509.c | lp->stats.tx_carrier_errors += inb(ioaddr + 0); |
tx_carrier_errors | 378 | 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 | 1126 | drivers/net/depca.c | if (err_status & TMD3_LCAR) 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 | 1126 | drivers/net/ewrk3.c | if (tx_status & MAC_NCL) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 802 | drivers/net/lance.c | if (err_status & 0x0800) lp->stats.tx_carrier_errors++; |
tx_carrier_errors | 954 | drivers/net/ni52.c | p->stats.tx_carrier_errors++; |
tx_carrier_errors | 477 | 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 | 1425 | drivers/net/sk_g16.c | p->stats.tx_carrier_errors++; |
tx_carrier_errors | 447 | 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 | 901 | net/inet/dev.c | stats->tx_carrier_errors + stats->tx_aborted_errors |