Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb.h709 MSC_CRC = 0x01, /* Frame CRC error */ enumerator
Dravb_main.c531 if (desc_status & (MSC_CRC | MSC_RFE | MSC_RTSF | MSC_RTLF | in ravb_rx()
534 if (desc_status & MSC_CRC) in ravb_rx()