tag | line | file | source code |
tx_fifo_errors | 536 | drivers/net/3c507.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 369 | drivers/net/8390.c | if (status & ENTSR_FU) ei_local->stat.tx_fifo_errors++; |
tx_fifo_errors | 1104 | drivers/net/depca.c | if (err_status & TMD3_UFLO) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 551 | drivers/net/eexpress.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 746 | drivers/net/lance.c | if (err_status & 0x4000) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 1871 | drivers/net/ppp.c | ppp_stats.tx_fifo_errors = 0; |
tx_fifo_errors | 1429 | drivers/net/sk_g16.c | p->stats.tx_fifo_errors++; |
tx_fifo_errors | 735 | drivers/net/slip.c | stats.tx_fifo_errors = comp->sls_o_compressed; |
tx_fifo_errors | 449 | drivers/net/znet.c | if (tx_status & 0x0100) lp->stats.tx_fifo_errors++; |
tx_fifo_errors | 75 | include/linux/if_ether.h | int tx_fifo_errors; |
tx_fifo_errors | 960 | net/inet/dev.c | stats->tx_fifo_errors, stats->collisions, |