Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dnetdevice.h43 unsigned long rx_over_errors; /* receiver ring buff overflow */ member
/openbmc/qemu/linux-user/
H A Dfd-trans.c1100 st->rx_over_errors = tswap32(st->rx_over_errors); in host_to_target_data_link_rtattr()
1133 st64->rx_over_errors = tswap64(st64->rx_over_errors); in host_to_target_data_link_rtattr()
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c1591 dev->stats.rx_over_errors++; in rx_complete()