Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/renesas/
Dravb.h924 MSC_RTSF = 0x04, /* Frame length error (frame too short) */ enumerator
Dravb_main.c567 if (desc_status & (MSC_CRC | MSC_RFE | MSC_RTSF | MSC_RTLF | in ravb_rx()
574 if (desc_status & (MSC_RTLF | MSC_RTSF)) in ravb_rx()