Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/renesas/
Dravb.h936 MSC_RTLF = 0x08, /* Frame length error (frame too long) */ enumerator
Dravb_main.c797 if (desc_status & (MSC_CRC | MSC_RFE | MSC_RTSF | MSC_RTLF | MSC_CEEF)) { in ravb_rx_gbeth()
803 if (desc_status & (MSC_RTLF | MSC_RTSF)) in ravb_rx_gbeth()
923 if (desc_status & (MSC_CRC | MSC_RFE | MSC_RTSF | MSC_RTLF | in ravb_rx_rcar()
930 if (desc_status & (MSC_RTLF | MSC_RTSF)) in ravb_rx_rcar()