Searched refs:tx_lost_crs (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | eepro100.c | 214 tx_underruns, tx_lost_crs, tx_deferred, tx_single_collisions, member 1802 VMSTATE_UINT32(statistics.tx_lost_crs, EEPRO100State),
|
/openbmc/linux/drivers/net/ethernet/intel/ |
H A D | e100.c | 507 tx_underruns, tx_lost_crs, tx_deferred, tx_single_collisions, member 1619 ns->tx_carrier_errors += le32_to_cpu(s->tx_lost_crs); in e100_update_stats() 1623 le32_to_cpu(s->tx_lost_crs); in e100_update_stats()
|