tag | line | file | source code |
tx_fifo_errors | 876 | drivers/net/3c505.c | adapter->stats.tx_fifo_errors++; |
tx_fifo_errors | 559 | drivers/net/3c507.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 720 | drivers/net/3c59x.c | if (tx_status & 0x04) vp->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 | 1558 | drivers/net/arcnet.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1571 | drivers/net/arcnet.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1291 | drivers/net/de4x5.c | if (status & TD_UF) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1008 | drivers/net/depca.c | if (status & TMD3_UFLO) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 883 | drivers/net/eexpress.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 933 | drivers/net/lance.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 592 | drivers/net/lance32.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1068 | drivers/net/ni52.c | p->stats.tx_fifo_errors++; |
tx_fifo_errors | 561 | drivers/net/ni65.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 | 3131 | 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 | 1425 | drivers/net/sk_g16.c | p->stats.tx_fifo_errors++; |
tx_fifo_errors | 838 | drivers/net/slip.c | stats.tx_fifo_errors = sl->tx_compressed; |
tx_fifo_errors | 844 | drivers/net/slip.c | stats.tx_fifo_errors += comp->sls_o_compressed; |
tx_fifo_errors | 451 | drivers/net/sunlance.c | lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 903 | drivers/net/tulip.c | if (status & TRING_TxFIFO) 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 | 113 | include/linux/if_ether.h | int tx_fifo_errors; |
tx_fifo_errors | 867 | net/core/dev.c | stats->tx_fifo_errors, stats->collisions, |