tag | line | file | source code |
---|---|---|---|
tx_heartbeat_errors | 560 | drivers/net/3c507.c | if (!(tx_status & 0x0040)) lp->stats.tx_heartbeat_errors++; |
tx_heartbeat_errors | 559 | drivers/net/3c509.c | lp->stats.tx_heartbeat_errors += inb(ioaddr + 1); |
tx_heartbeat_errors | 394 | drivers/net/8390.c | if (status & ENTSR_CDH) ei_local->stat.tx_heartbeat_errors++; |
tx_heartbeat_errors | 820 | drivers/net/apricot.c | if (!((ptr->status) & 0x0040)) lp->stats.tx_heartbeat_errors++; |
tx_heartbeat_errors | 1122 | drivers/net/eepro.c | lp->stats.tx_heartbeat_errors++; |
tx_heartbeat_errors | 559 | drivers/net/eexpress.c | if (!(tx_status & 0x0040)) lp->stats.tx_heartbeat_errors++; |
tx_heartbeat_errors | 3218 | drivers/net/ppp.c | ppp_stats.tx_heartbeat_errors = 0; |
tx_heartbeat_errors | 501 | drivers/net/tulip.c | if (status & 0x0080) lp->stats.tx_heartbeat_errors++; |
tx_heartbeat_errors | 1777 | drivers/net/wavelan.c | lp->stats.tx_heartbeat_errors++; |
tx_heartbeat_errors | 448 | drivers/net/znet.c | if (!(tx_status & 0x0040)) lp->stats.tx_heartbeat_errors++; |
tx_heartbeat_errors | 90 | include/linux/if_ether.h | int tx_heartbeat_errors; |
tx_heartbeat_errors | 892 | net/core/dev.c | + stats->tx_window_errors + stats->tx_heartbeat_errors); |