tag | line | file | source code |
tx_fifo_errors | 564 | drivers/net/3c507.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 390 | drivers/net/8390.c | ei_local->stat.tx_fifo_errors++; |
tx_fifo_errors | 591 | drivers/net/eexpress.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 640 | drivers/net/lance.c | if (err_status & 0x4000) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 846 | drivers/net/slip.c | stats.tx_fifo_errors = comp->sls_o_compressed; |
tx_fifo_errors | 88 | include/linux/if_ether.h | int tx_fifo_errors; |
tx_fifo_errors | 806 | net/inet/dev.c | stats->tx_fifo_errors, stats->collisions, |