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 | 391 | 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 | 636 | drivers/net/lance.c | if (err_status & 0x4000) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 86 | include/linux/if_ether.h | int tx_fifo_errors; |
tx_fifo_errors | 757 | net/inet/dev.c | stats->tx_fifo_errors, stats->collisions, |