Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dnetdevice.h42 unsigned long rx_length_errors; member
/openbmc/qemu/linux-user/
H A Dfd-trans.c1099 st->rx_length_errors = tswap32(st->rx_length_errors); in host_to_target_data_link_rtattr()
1132 st64->rx_length_errors = tswap64(st64->rx_length_errors); in host_to_target_data_link_rtattr()
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c1573 dev->stats.rx_length_errors++; in rx_complete()