Home
last modified time | relevance | path

Searched refs:tx_underruns (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Db44.h309 _B44(tx_underruns) \
H A Db44.c1670 hwstat->tx_underruns + in b44_get_stats64()
1690 nstat->tx_aborted_errors = hwstat->tx_underruns; in b44_get_stats64()
/openbmc/qemu/hw/net/
H A Deepro100.c214 tx_underruns, tx_lost_crs, tx_deferred, tx_single_collisions, member
1801 VMSTATE_UINT32(statistics.tx_underruns, EEPRO100State),
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb.h958 u32 tx_underruns; member
H A Dmacb_main.c3191 hwstat->tx_underruns + in macb_get_stats()
3209 nstat->tx_fifo_errors = hwstat->tx_underruns; in macb_get_stats()
/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c507 tx_underruns, tx_lost_crs, tx_deferred, tx_single_collisions, member
1620 ns->tx_fifo_errors += le32_to_cpu(s->tx_underruns); in e100_update_stats()