tag | line | file | source code |
tx_fifo_errors | 559 | drivers/net/3c507.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 399 | drivers/net/8390.c | if (status & ENTSR_FU) ei_local->stat.tx_fifo_errors++; |
tx_fifo_errors | 1279 | drivers/net/arcnet.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1292 | drivers/net/arcnet.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1233 | drivers/net/de4x5.c | if (status & TD_UF) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1005 | drivers/net/depca.c | if (status & TMD3_UFLO) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 558 | drivers/net/eexpress.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 884 | drivers/net/lance.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 904 | 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 | 3213 | drivers/net/ppp.c | ppp_stats.tx_fifo_errors = 0; |
tx_fifo_errors | 1235 | drivers/net/pt.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1599 | drivers/net/pt.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1426 | drivers/net/sk_g16.c | p->stats.tx_fifo_errors++; |
tx_fifo_errors | 814 | drivers/net/slip.c | stats.tx_fifo_errors = sl->tx_compressed; |
tx_fifo_errors | 820 | drivers/net/slip.c | stats.tx_fifo_errors += comp->sls_o_compressed; |
tx_fifo_errors | 443 | drivers/net/sunlance.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 496 | drivers/net/tulip.c | if (status & 0x0002) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1774 | 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 | 926 | net/core/dev.c | stats->tx_fifo_errors, stats->collisions, |