Home
last modified time | relevance | path

Searched refs:RxRUNT (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Drtl8169.c167 RxRUNT = 0x00100000, enumerator
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c363 RxRUNT = (1 << 20), enumerator
4513 if (status & (RxRWT | RxRUNT)) in rtl_rx()
4520 else if (status & RxRWT || !(status & (RxRUNT | RxCRC))) in rtl_rx()