Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/renesas/
H A Dravb.h930 MSC_RFE = 0x02, /* Frame reception error (flagged by PHY) */ enumerator
H A Dravb_main.c835 if (desc_status & (MSC_CRC | MSC_RFE | MSC_RTSF | MSC_RTLF | MSC_CEEF)) { in ravb_rx_gbeth()
839 if (desc_status & MSC_RFE) in ravb_rx_gbeth()
1005 if (desc_status & (MSC_CRC | MSC_RFE | MSC_RTSF | MSC_RTLF | in ravb_rx_rcar()
1010 if (desc_status & MSC_RFE) in ravb_rx_rcar()