Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/renesas/
A Dravb.h932 MSC_CRC = 0x01, /* Frame CRC error */ enumerator
A Dravb_main.c792 if (desc_status & (MSC_CRC | MSC_RFE | MSC_RTSF | MSC_RTLF | MSC_CEEF)) { in ravb_rx_gbeth()
794 if (desc_status & MSC_CRC) in ravb_rx_gbeth()
918 if (desc_status & (MSC_CRC | MSC_RFE | MSC_RTSF | MSC_RTLF | in ravb_rx_rcar()
921 if (desc_status & MSC_CRC) in ravb_rx_rcar()

Completed in 13 milliseconds