Searched refs:tx_under (Results 1 – 6 of 6) sorted by relevance
125 unsigned int tx_under; /* Transmitter Underruns */ member
104 unsigned int tx_under; member
93 unsigned int tx_under; 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()
390 struct fza_counter tx_under; /* transmit underruns */ member
2068 u32 tx_good, tx_under; in tlan_read_and_clear_stats() local2078 tx_under = inb(dev->base_addr + TLAN_DIO_DATA + 3); in tlan_read_and_clear_stats()2107 dev->stats.tx_errors += tx_under + loss; in tlan_read_and_clear_stats()2115 dev->stats.tx_aborted_errors += tx_under; in tlan_read_and_clear_stats()