Searched refs:tx_under (Results 1 – 4 of 4) sorted by relevance
125 unsigned int tx_under; /* Transmitter Underruns */ member
499 scc->stat.tx_under++; /* oops, an underrun! count 'em */ in scc_exint()1965 scc->dev_stat.tx_errors = scc->stat.txerrs + scc->stat.tx_under; in scc_net_get_stats()1967 scc->dev_stat.tx_fifo_errors = scc->stat.tx_under; in scc_net_get_stats()2051 stat->txframes, stat->txerrs, stat->tx_under, in scc_net_seq_show()
390 struct fza_counter tx_under; /* transmit underruns */ member
2070 u32 tx_good, tx_under; in tlan_read_and_clear_stats() local2080 tx_under = inb(dev->base_addr + TLAN_DIO_DATA + 3); in tlan_read_and_clear_stats()2109 dev->stats.tx_errors += tx_under + loss; in tlan_read_and_clear_stats()2117 dev->stats.tx_aborted_errors += tx_under; in tlan_read_and_clear_stats()