tag | line | file | source code |
tx_fifo_errors | 537 | drivers/net/3c507.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 371 | drivers/net/8390.c | if (status & ENTSR_FU) ei_local->stat.tx_fifo_errors++; |
tx_fifo_errors | 1100 | drivers/net/depca.c | if (err_status & TMD3_UFLO) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 552 | drivers/net/eexpress.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 639 | drivers/net/lance.c | if (err_status & 0x4000) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1857 | drivers/net/ppp.c | ppp_stats.tx_fifo_errors = 0; |
tx_fifo_errors | 755 | drivers/net/slip.c | stats.tx_fifo_errors = comp->sls_o_compressed; |
tx_fifo_errors | 75 | include/linux/if_ether.h | int tx_fifo_errors; |
tx_fifo_errors | 913 | net/inet/dev.c | stats->tx_fifo_errors, stats->collisions, |