Searched refs:tx_under (Results 1 – 3 of 3) sorted by relevance
124 unsigned int tx_under; /* Transmitter Underruns */ member
497 scc->stat.tx_under++; /* oops, an underrun! count 'em */ in scc_exint()1962 scc->dev_stat.tx_errors = scc->stat.txerrs + scc->stat.tx_under; in scc_net_get_stats()1964 scc->dev_stat.tx_fifo_errors = scc->stat.tx_under; in scc_net_get_stats()2048 stat->txframes, stat->txerrs, stat->tx_under, in scc_net_seq_show()
2094 u32 tx_good, tx_under; in tlan_read_and_clear_stats() local2104 tx_under = inb(dev->base_addr + TLAN_DIO_DATA + 3); in tlan_read_and_clear_stats()2133 dev->stats.tx_errors += tx_under + loss; in tlan_read_and_clear_stats()2141 dev->stats.tx_aborted_errors += tx_under; in tlan_read_and_clear_stats()