Home
last modified time | relevance | path

Searched refs:RxCRC (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H A Dr8169_main.c370 RxCRC = (1 << 19), enumerator
4573 if (status & RxCRC) in rtl_rx()
4578 else if (status & RxRWT || !(status & (RxRUNT | RxCRC))) in rtl_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H A Dr8169_main.c364 RxCRC = (1 << 19), enumerator
4468 if (status & RxCRC) in rtl_rx()
4473 else if (status & RxRWT || !(status & (RxRUNT | RxCRC))) in rtl_rx()

Completed in 14 milliseconds