Searched refs:tx_under (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | scc.h | 125 unsigned int tx_under; /* Transmitter Underruns */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | scc.h | 125 unsigned int tx_under; /* Transmitter Underruns */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | scc.h | 104 unsigned int tx_under; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | scc.h | 93 unsigned int tx_under; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | scc.h | 104 unsigned int tx_under; member
|
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | scc.c | 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()
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | scc.c | 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()
|
/kernel/linux/linux-5.10/drivers/net/fddi/ |
H A D | defza.h | 390 struct fza_counter tx_under; /* transmit underruns */ member
|
/kernel/linux/linux-6.6/drivers/net/fddi/ |
H A D | defza.h | 390 struct fza_counter tx_under; /* transmit underruns */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | tlan.c | 2068 u32 tx_good, tx_under; in tlan_read_and_clear_stats() local 2078 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | tlan.c | 2070 u32 tx_good, tx_under; in tlan_read_and_clear_stats() local 2080 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()
|
Completed in 17 milliseconds