Home
last modified time | relevance | path

Searched refs:tx_under (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dscc.h124 unsigned int tx_under; /* Transmitter Underruns */ member
/Linux-v4.19/drivers/net/hamradio/
Dscc.c497 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()
/Linux-v4.19/drivers/net/ethernet/ti/
Dtlan.c2094 u32 tx_good, tx_under; in tlan_read_and_clear_stats() local
2104 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()