Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Drtl8139.c146 RxBadSymbol=0x0020, RxRunt=0x0010, RxTooLong=0x0008, RxCRCErr=0x0004, enumerator
483 if ((rx_status & (RxBadSymbol|RxRunt|RxTooLong|RxCRCErr|RxBadAlign)) || in rtl_poll()
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.c376 RxTooLong = 0x0008, enumerator
1846 if (rx_status & RxTooLong) { in rtl8139_rx_err()
1853 if (rx_status & (RxRunt | RxTooLong)) in rtl8139_rx_err()
/openbmc/qemu/hw/net/
H A Drtl8139.c195 RxTooLong = 0x0008, enumerator