tag | line | file | source code |
tx_fifo_errors | 555 | drivers/net/3c507.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 387 | drivers/net/8390.c | if (status & ENTSR_FU) ei_local->stat.tx_fifo_errors++; |
tx_fifo_errors | 1240 | drivers/net/de4x5.c | if (status & TD_UF) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1037 | drivers/net/depca.c | if (status & TMD3_UFLO) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 560 | drivers/net/eexpress.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 890 | drivers/net/lance.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 892 | drivers/net/ni52.c | p->stats.tx_fifo_errors++; |
tx_fifo_errors | 745 | drivers/net/pi2.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 796 | drivers/net/pi2.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1897 | drivers/net/ppp.c | ppp_stats.tx_fifo_errors = 0; |
tx_fifo_errors | 1427 | drivers/net/sk_g16.c | p->stats.tx_fifo_errors++; |
tx_fifo_errors | 758 | drivers/net/slip.c | stats.tx_fifo_errors = sl->tx_compressed; |
tx_fifo_errors | 764 | drivers/net/slip.c | stats.tx_fifo_errors += comp->sls_o_compressed; |
tx_fifo_errors | 496 | drivers/net/tulip.c | if (status & 0x0002) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1767 | drivers/net/wavelan.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 447 | drivers/net/znet.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 89 | include/linux/if_ether.h | int tx_fifo_errors; |
tx_fifo_errors | 890 | net/core/dev.c | stats->tx_fifo_errors, stats->collisions, |