Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Drtl8169.c165 RxRES = 0x00200000, enumerator
532 if (!(le32_to_cpu(tpc->RxDescArray[cur_rx].status) & RxRES)) { in rtl_recv_common()
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c362 RxRES = (1 << 21), enumerator
4514 if (unlikely(status & RxRES)) { in rtl_rx()