Searched refs:tx_under (Results 1 – 3 of 3) sorted by relevance
123 unsigned int tx_under; /* Transmitter Underruns */ member
496 scc->stat.tx_under++; /* oops, an underrun! count 'em */ in scc_exint()1961 scc->dev_stat.tx_errors = scc->stat.txerrs + scc->stat.tx_under; in scc_net_get_stats()1963 scc->dev_stat.tx_fifo_errors = scc->stat.tx_under; in scc_net_get_stats()2047 stat->txframes, stat->txerrs, stat->tx_under, in scc_net_seq_show()
2099 u32 tx_good, tx_under; in tlan_read_and_clear_stats() local2109 tx_under = inb(dev->base_addr + TLAN_DIO_DATA + 3); in tlan_read_and_clear_stats()2138 dev->stats.tx_errors += tx_under + loss; in tlan_read_and_clear_stats()2146 dev->stats.tx_aborted_errors += tx_under; in tlan_read_and_clear_stats()