Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/renesas/
Dravb.h934 MSC_RFE = 0x02, /* Frame reception error (flagged by PHY) */ enumerator
Dravb_main.c805 if (desc_status & (MSC_CRC | MSC_RFE | MSC_RTSF | MSC_RTLF | MSC_CEEF)) { in ravb_rx_gbeth()
809 if (desc_status & MSC_RFE) in ravb_rx_gbeth()
931 if (desc_status & (MSC_CRC | MSC_RFE | MSC_RTSF | MSC_RTLF | in ravb_rx_rcar()
936 if (desc_status & MSC_RFE) in ravb_rx_rcar()